Skip to content

aileen/Ghost-CLI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ghost-CLI

ghost-cli npm ghost-cli dependencies

Just a CLI manager (for a blogging platform)

Installing

# Note: this will eventually become npm install -g ghost-cli
npm install -g TryGhost/Ghost-CLI

Usage:

ghost <command>

Developers

Note: you must have Git installed

  1. Fork this repo
  2. git clone https://github.com/<your-username>/Ghost-CLI path/to/your/workspace
  3. cd path/to/your/workspace
  4. npm install

You can run the cli one of two ways:

  • Manually:
    • from the ghost-cli directory: ./bin/ghost <command>
  • Using npm link:
    • from the ghost-cli directory: npm link
    • anywhere on your system: ghost <command>

Running tests

npm test

About

CLI Tool for installing & updating Ghost

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%