README.md
# Megingiard
| Project | Megingiard
|:----------------|:--------------------------------------------------
| Homepage | https://github.com/moonglum/megingiard
| Documentation | [RubyDoc](http://www.rubydoc.info/gems/megingiard)
| CI | [![Build Status](http://img.shields.io/travis/moonglum/megingiard.svg)](http://travis-ci.org/moonglum/megingiard)
| Code Metrics | [![Code Climate](http://img.shields.io/codeclimate/github/moonglum/megingiard.svg)](https://codeclimate.com/github/moonglum/megingiard) [![Code Climate Coverage](http://img.shields.io/codeclimate/coverage/github/moonglum/megingiard.svg)](https://codeclimate.com/github/moonglum/megingiard)
| Gem Version | [![Gem Version](http://img.shields.io/gem/v/megingiard.svg)](http://rubygems.org/gems/megingiard)
| Dependencies | [![Dependency Status](http://img.shields.io/gemnasium/moonglum/megingiard.svg)](https://gemnasium.com/moonglum/megingiard)
> Megingjörð is a belt worn by the god [Thor](https://en.wikipedia.org/wiki/Thor). According to the [Prose Edda](https://en.wikipedia.org/wiki/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](https://github.com/rom-rb/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
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request