broilerplate
If this isn't the repository "broilerplate", chances are the authors of this
repository didn't add a proper README yet and left the boilerplate (me) here.
My personal broilerplate for Ruby libraries. Fork and code ahead.
Usage
Fork and clone, then execute:
$ bundle
To verify that everything works, run the CI task, and the included example.
$ bundle exec rake ci
$ bundle exec ruby examples/getting_started.rb
Now replace all occurences of [Bb]roilerplate
with your library's name.
Also replace the metadata in the gemspec.
You also want to enable the Travis and Rdocinfo hooks for your GitHub repository.
Unlicense
broilerplate is free and unencumbered public domain software. For more
information, see unlicense.org or the accompanying
UNLICENSE file.
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