HonorCodes
Generate honor code style licences.
The 'license' is entirely reversible and is not intended to protect from malicious use, but provides a nice generator and interpreter for creating non-directly editable licences or config files.
Installation
Add this line to your application's Gemfile:
gem 'honor_codes'
And then execute:
$ bundle
Or install it yourself as:
$ gem install honor_codes
Usage
View the help with bundle exec honor_codes
and bundle exec honor_codes help <command>
Contributing
- Fork it ( http://github.com/robbiegill/honor_codes/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