typescript-log

v2.0.0
Logger interface with a few simple implementations, interface compatible with pino, bunyan and probably others
typescript Logger pino bunyan types

prepack

yarn verify && yarn build

build

yarn build:esm && yarn build:cjs

build:esm

tsc --module es2015 --target es5 --outDir dist/esm -p tsconfig.build.json

build:cjs

tsc --module commonjs --target es5 --outDir dist/cjs -p tsconfig.build.json

lint

eslint --ext .js,.ts .

test

jest

verify

yarn tsc -p tsconfig.json && yarn test && yarn lint

changeset

changeset

release

yarn verify && changeset publish
npm i typescript-log

Metadata

  • MIT
  • Whatever
  • Jake Ginnivan
  • released 6/18/2020

Downloads

Maintainers