sitka

v1.0.0
An extremely lightweight but powerful Node.js logger that's great for modern cloud/serverless applications.
log logger lightweight flexible aws cloud lambda serverless typescript and 1 more...

build

npm run clean; npm run lint && tsc

changelog

conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md

changelog:unreleased

conventional-changelog -p angular -u

clean

rm -r ./coverage; rm -r ./dist

clean:all

npm run clean; rm -r ./node_modules

cover

istanbul cover node_modules/mocha/bin/_mocha test/*.js -- -R spec

cover:check

istanbul check-coverage --statements 95 --branches 95 --functions 100 --lines 95

coveralls

cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js

lint

tslint src/**/*.ts

preversion

npm run build && npm run cover && npm run cover:check

postversion

git push && git push --tags

prepare

npm run build

test

mocha

version

npm run build && npm run changelog

Metadata

Downloads

Maintainers