Magento Ruby Tools


License
MIT
Install
gem install maruto -v 0.1.0

Documentation

Build Status

Maruto

Magento Ruby Tools, requires ruby >= 2

Installation

Add this line to your application's Gemfile:

gem 'maruto'

And then execute:

$ bundle

Or install it yourself as:

$ gem install maruto

Usage

$ maruto help

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Run the tests (bundle exec rake test)
  4. Run the dev version of maruto (ruby -Ilib bin/maruto ...)
  5. Commit your changes (git commit -am 'Add some feature')
  6. Push to the branch (git push origin my-new-feature)
  7. Create new Pull Request