ColorizedRoutes =========== [![Gem Version](https://badge.fury.io/rb/colorized_routes.svg)](http://badge.fury.io/rb/colorized_routes) # DESCRIPTION ColorizedRoutes is a small library to make the rake routes command more readable. Enjoy! Based on the work at: https://github.com/nicooga/color_routes SUPPORTED VERSIONS: 4.x # INSTALLATION ```bash gem install colorized_routes ``` or ```ruby # In your Gemfile gem 'colorized_routes' ``` then run ```bash bundle ``` run the routes rake task to get your colorized routes ```bash rake routes ``` # DEMO ####rake routes normal output: Example output ####colorized rake routes output: Example output