bs-logger

v0.2.6
Bare simple logger for NodeJS
bare simple logger simple logger simple logger typescript lib library

build

tsc -p tsconfig.build.json

clean

rimraf dist coverage

typecheck

tsc -p . --noEmit

lint

tslint --project tsconfig.json --format stylish

lint:fix

tslint --fix --project tsconfig.json

test

jest --coverage

test:watch

jest --watch

prebuild

npm run clean

posttest

npm run typecheck && npm run lint

prepare

npm run build

prepublishOnly

npm run test

preversion

npm test

version

npm run changelog && git add CHANGELOG.md

postversion

git push && git push --tags

changelog

conventional-changelog -p angular -i CHANGELOG.md -s -r 0

commitmsg

commitlint -E GIT_PARAMS

precommit

lint-staged

postcommit

git reset
npm i bs-logger

Metadata

  • MIT
  • >= 6
  • Huafu Gandon
  • released 11/10/2018

Downloads

Maintainers