Preek
For a pretty colorful output of Reek, which is an awesome gem! This is just something I came up with while learning Thor. As an exercise I also worked on getting Reek and Pelusa to stop whining when running them on the code.
Installation
Install it yourself as:
$ git clone [email protected]:joenas/preek.git
$ cd preek
$ rake install
or
$ gem install preek
Usage
$ preek . or file
At the moment it only supports files, not stuff like this:
$ echo "def x() true end" | reek
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Added some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request



