# cmd

The command line binary tool

## Installation

    $ gem install locomotive_cmd

## Usage

In your terminal: 

    $ locomotive [command] [path] [options]

### Commands
* install : create a new app with locomotive
* check : check dependencies for locomotive

### path
The path to your rails application

### options
Only for installation!

* --verbose: verbose mode

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request


## Main Developer

Yannick Schultz is the super nice and talented guy who developed the first version of that gem. You can find him on [Github](https://github.com/ys) and [Twitter](http://twitter.com/yann_ck).

## Contact

If you have any questions, please contact [did](mailto:did@locomotivecms.com) from [LocomotiveCMS](http://www.locomotivecms.com).