Luban::CLI
Luban::CLI is a command-line interface for Ruby with a simple lightweight option parser and command handler based on Ruby standard library, OptionParser.
Luban::CLI requires Ruby 2.1 or later.
Installation
Add this line to your application's Gemfile:
gem 'luban-cli'
And then execute:
$ bundle
Or install it yourself as:
$ gem install luban-cli
Usage
TODO: Write usage instructions here
Contributing
- Fork it
- 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 new Pull Request