@tryghost/elasticsearch-bunyan

v0.1.1
## 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/elasticsearch-bunyan

Metadata

  • MIT
  • Whatever
  • Ghost Foundation
  • released 2/18/2021

Downloads