Sha256: c787e31e101f8f6b03c9ead0cae3e4836db6d8b6a9ed3f3c113347b0398ab323

Contents?: true

Size: 1 KB

Versions: 1

Compression:

Stored size: 1 KB

Contents

# Ghost Manager

Ghost Manager is a Ruby command line gem created to simply the process of installing, updating, and theming Ghost, a popular blogging platform. https://ghost.org

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'ghost-manager'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install ghost-manager

## Usage

Using Ghost Manager is dead simple. Using the "ghost" command, select from the menu and continue with on-screen instructions.

Console:
```
$joshuat ghost
Welcome to Ghost Manager, created by Create the Bridge

1. Install Ghost
2. Update Ghost Install
3. Generate Theme
What do you want to do?
```

It's important to note that you must have git and npm installed for this gem to function properly.

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/CreateTheBridge/ghost-manager.


## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ghost-manager-0.0.1 README.md