Sha256: 8b9464309f689aa0647511e623eef62193088c9332fc1400e058e959f21d0660

Contents?: true

Size: 1.09 KB

Versions: 9

Compression:

Stored size: 1.09 KB

Contents

UltraCommandLine
================

This gem is basically a wrapper around the `slop` gem which generates slop options from a YAML definition file.
This is most probably only used by the `climatic` gem


## Installation

Add this line to your application's Gemfile:

```ruby
gem 'ultra_command_line'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install ultra_command_line

## Usage

TODO: Write usage instructions here

## Development

After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).

## Contributing

Bug reports and pull requests are welcome on GitHub at https://gitlab.com/lbriais/ultra_command_line.

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ultra_command_line-0.4.16 README.md
ultra_command_line-0.4.15 README.md
ultra_command_line-0.4.14 README.md
ultra_command_line-0.4.13 README.md
ultra_command_line-0.4.12 README.md
ultra_command_line-0.4.10 README.md
ultra_command_line-0.4.9 README.md
ultra_command_line-0.4.8 README.md
ultra_command_line-0.4.7 README.md