ghost-cli

v1.26.1
CLI Tool for installing & updating Ghost
ghost cli

coverage

nyc report --reporter=text-lcov | coveralls

lint

eslint bin/* lib test extensions

test

nyc --reporter=html --reporter=text mocha -t 5000 --recursive test/unit extensions/**/test

posttest

yarn lint

ship

f() { STATUS=$(git status --porcelain); echo $STATUS; if [ -z "$STATUS" ]; then standard-version $@ && git push --follow-tags; fi; }; f
npm i ghost-cli

Metadata

  • MIT
  • ^12.22.1 || ^14.17.0 || ^16.13.0 || ^18.0.0 || ^20.11.1
  • Ghost Foundation
  • released 8/1/2024

Downloads