nth-log

v3.0.0
Tiny wrapper around Bunyan that fits my idiosyncracies

build

rm -rf build* && tsc --project tsconfig-cjs.json && tsc --project tsconfig-esm.json && mv build-cjs/index.js build-cjs/index.cjs && mv build-cjs/index.js.map build-cjs/index.cjs.map

lint

eslint src/**/*.ts --max-warnings 0

lint:fix

yarn lint --fix

unit

yarn jest src

test

yarn lint && yarn build && yarn unit

Metadata

  • MIT
  • Whatever
  • Nick Heiner
  • released 2/4/2023

Downloads

Maintainers