danger-the_coding_love
Prints markdown containing a random post from thecodinglove.com.
Installation
$ gem install danger-the_coding_love
Usage
the_coding_love.random
How it looks

Development
- Clone this repo
- Run
bundle installto setup dependencies. - Run
bundle exec rake specto run the tests. - Use
bundle exec guardto automatically have tests run as you make changes. - Make your changes.