Sha256: 3687a3dcab01ba241909cad13662bd67751890ed01d57eedde2ed2ea0836cceb
Contents?: true
Size: 518 Bytes
Versions: 7
Compression:
Stored size: 518 Bytes
Contents
# Robotkit ## Installation `gem install robotkit` Or add this line `gem 'robotkit'` to your application's Gemfile and execute `bundle` ## Usage `robotkit create :output_dir --package your.package.name` Options ``` option :package, required: true option :library_module, desc: "library module_name (default: library)" option :sample_module, desc: "sample module_name (default: sample)" ``` ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
robotkit-0.2.1 | README.md |
robotkit-0.2.0 | README.md |
robotkit-0.1.9 | README.md |
robotkit-0.1.8 | README.md |
robotkit-0.1.7 | README.md |
robotkit-0.1.6 | README.md |
robotkit-0.1.5 | README.md |