A command line interface to the ignition tools.
Add this line to your application's Gemfile:
gem 'ignition-ign'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ignition-ign
Just type ign --help
for a detailed list of commands.
- Fork it ( https://github.com/osrf/ignition-ign/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request