nth-log

v3.0.1
Tiny wrapper around Bunyan that fits my idiosyncracies

build

rm -rf build-cjs build-esm && 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

prepublishOnly

yarn build

lint

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

lint:fix

yarn lint --fix

unit

yarn jest src

test

yarn lint && yarn build && yarn unit
npm i nth-log

Metadata

  • MIT
  • Whatever
  • Nick Heiner
  • released 5/24/2023

Downloads

Maintainers