Just a CLI manager (for a blogging platform)
npm install -g ghost-cli
ghost <command>
See the Command Reference for more details.
Note: you must have Git installed
- Fork this repo
git clone https://github.com/<your-username>/Ghost-CLI path/to/your/workspace
cd path/to/your/workspace
yarn install
You can run the cli one of two ways:
- Manually:
- from the ghost-cli directory:
./bin/ghost <command>
- from the ghost-cli directory:
- Using
yarn link
:- from the ghost-cli directory:
yarn link
- anywhere on your system:
ghost <command>
- from the ghost-cli directory:
yarn test
The npm version of ghost-cli <= 0.0.2 can be found here. Any versions of Ghost-CLI > 1.0.0-alpha.1 are part of this project.
Copyright (c) 2016-2017 Ghost Foundation - Released under the MIT license.