Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ghost-cli

Package Overview
Dependencies
Maintainers
3
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ghost-cli

Just a CLI manager (for a blogging platform)

  • 1.0.0-beta.6
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.2K
decreased by-25.51%
Maintainers
3
Weekly downloads
 
Created
Source

Ghost-CLI

TravisCI Status Appveyor Status Coverage Status npm version ghost-cli dependencies

Just a CLI manager (for a blogging platform)

Installing

  1. npm install -g ghost-cli

Usage:

ghost <command>
NOTE: This CLI is not designed to work with any Ghost versions < 1.0.0

Commands

See the Command Reference for more details.


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. yarn install

You can run the cli one of two ways:

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

Looking for ghost-cli <= 0.0.2?

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.

Keywords

FAQs

Package last updated on 06 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc