@activescott/diag

v1.1.5
Yet another logging package. The only thing this package really is doing is defining a consistent API for diagnostic logging.

build:cjs

rm -rfd ./dist/cjs; ./node_modules/.bin/tsc --project tsconfig.cjs.json

build:es

rm -rfd ./dist/es; ./node_modules/.bin/tsc --project tsconfig.es.json

build

rm -rfd ./dist && npm run build:es && npm run build:cjs

eslint

eslint . --ext ts,tsx,js,jsx

lint

prettier -l "{,!(node_modules)/**/}*.{ts,tsx,md,yml,json,html}" && npm run eslint

lint-fix

prettier --write "{,!(node_modules)/**/}*.{ts,tsx,md,yml,json,html}" && npm run eslint --fix

test

jest --coverage

dev

jest --watch

pretest

npm run lint

prepublishOnly

npm run lint && npm run build
npm i @activescott/[email protected]

Metadata

  • MIT
  • ^10 || >=12
  • Scott Willeke
  • released 4/18/2022

Downloads

Maintainers