Megingiard
Project | Ashikawa::Core |
---|---|
Homepage | https://github.com/moonglum/megingiard |
Documentation | RubyDoc |
CI | |
Code Metrics | |
Gem Version | |
Dependencies |
Megingjörð is a belt worn by the god Thor. According to the Prose Edda, the belt is one of Thor's three main possessions, along with the hammer Mjölnir and the iron gloves Járngreipr. When worn, the belt is described as doubling Thor's already prodigious strength. – Wikipedia
This is a work-in-progress library to create nice reporting output on the terminal. It will be used in exogenesis, but with later versions will hopefully be useful to other libraries as well. It is written with the help of devtools – this is mainly an experiment on which metrics I like for everyday development.
Installation
Add this line to your application's Gemfile:
gem 'megingiard'
And then execute:
$ bundle
Or install it yourself as:
$ gem install megingiard
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