# Hexx [][gem] [][travis] [][gemnasium] [][codeclimate] [][coveralls] [][inch] [codeclimate]: https://codeclimate.com/github/<%= user %>/<%= project.file %> [coveralls]: https://coveralls.io/r/<%= user %>/<%= project.file %> [gem]: https://rubygems.org/gems/<%= project.file %> [gemnasium]: https://gemnasium.com/<%= user %>/<%= project.file %> [travis]: https://travis-ci.org/<%= user %>/<%= project.file %> [inch]: https://inch-ci.org/github/<%= user %>/<%= project.file %> @todo Describe the module ## Usage @todo Describe the base usage of the module ## Installation Add this line to your application's Gemfile: ```ruby # Gemfile gem "<%= project.file %>" ``` Then execute: ``` bundle ``` Or add it manually: ``` gem install <%= project.file %> ``` ## Compatibility Tested under rubies compatible to MRI <%= ruby %>+. Uses [RSpec] 3.0+ for testing and [<%= project.file %>-suit] for dev/test tools collection. ## Contributing * Fork the project. * Read the [STYLEGUIDE](config/metrics/STYLEGUIDE). * Make your feature addition or bug fix. * Add tests for it. This is important so I don't break it in a future version unintentionally. * Commit, do not mess with Rakefile or version (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull) * Send me a pull request. Bonus points for topic branches. ## License See the [MIT LICENSE](LICENSE).