@tryghost/bunyan-rotating-filestream

v0.0.7
## Install

lint

eslint . --ext .js --cache

ship

STATUS=$(git status --porcelain); echo $STATUS; if [ -z "$STATUS" ]; then yarn publish --access public && git push --follow-tags; fi

test

NODE_ENV=testing mocha './test/**/*.test.js'

preship

yarn test

posttest

yarn lint
npm i @tryghost/bunyan-rotating-filestream

Metadata

  • MIT
  • Whatever
  • Ghost Foundation
  • released 3/4/2021

Downloads