Sha256: d2ca53a89f87fc7df56e10445c4b895dd8c2211bee76aa33e63acc24c82a066b
Contents?: true
Size: 937 Bytes
Versions: 1
Compression:
Stored size: 937 Bytes
Contents
ColorizedRoutes =========== [![Gem Version](https://badge.fury.io/rb/colorized_routes.svg)](http://badge.fury.io/rb/colorized_routes) # DESCRIPTION ColorizedRoutes is just a little library bundled with the necessary code to turn the output of the rake routes command from the usable but dull white and black screen to something more vivid and, more important, readable. Based on the work at: https://github.com/nicooga/colorized_routes SUPPORTED VERSIONS: 4.x Enjoy! # INSTALLATION ```bash gem install colorized_routes ``` or ```ruby # In your Gemfile gem 'colorized_routes' ``` then run ```bash bundle ``` run this to get your colorized routes ```bash rake colorized_routes ``` # DEMO ####rake routes normal output: <img src="https://imgur.com/BeKHDbB.png" title="Example output" alt="Example output" /> ####rake colorized_routes output: <img src="https://imgur.com/xlpTPtB.png" title="Example output" alt="Example output" />
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
colorized_routes-0.1.1 | README.md |