Just a CLI manager (for a blogging platform)
# Note: this will eventually become npm install -g ghost-cli
npm install -g TryGhost/Ghost-CLI
ghost <command>
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
npm 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
npm link
:- from the ghost-cli directory:
npm link
- anywhere on your system:
ghost <command>
- from the ghost-cli directory:
npm test