ghost-ignition

v4.6.3
Basic configuration and tooling shared across applications
ghost tooling config errors nconf configuration

lint

eslint lib test

ship

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

test

npm run lint && mocha --exit -- $(find test -name '*.test.js')

preship

yarn test

posttest

yarn lint
npm i ghost-ignition

Metadata

  • MIT
  • Whatever
  • Ghost Foundation
  • released 6/14/2021

Downloads