sitka

v1.1.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 -u

changelog:update

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

clean

(rm -r ./.nyc_output || true) && (rm -r ./coverage || true) && (rm -r ./dist || true)

clean:all

npm run clean && (rm -r ./node_modules || true)

cover

nyc npm run test

cover:check

nyc --check-coverage --reporter=lcov npm run test

lint

eslint --ext .ts src/**/*.ts test/**/*.ts

preversion

npm run build && npm run cover:check

postversion

git push && git push --tags

prepare

npm run build

test

mocha

upgrade

npx npm-check -u

version

npm run build && npm run changelog:update

Metadata

Downloads

Maintainers