Useful scripting utilities.
$ gem install bundler
$ gem install rspec
$ rake
$ gem build libretto.gemspec
$ gem install libretto.gemspec-0.0.1.gem
Add this line to your application's Gemfile:
gem 'libretto'
And then execute:
$ bundle
Or install it yourself as:
$ gem install libretto
TODO: Write usage instructions here
- Fork it ( http://github.com/libretto/libretto/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 new Pull Request