https://github.com/valeriomazzeo/danger-the_coding_love
Danger plugin that prints markdown containing a random post from http://thecodinglove.com
https://github.com/valeriomazzeo/danger-the_coding_love
Last synced: about 2 months ago
JSON representation
Danger plugin that prints markdown containing a random post from http://thecodinglove.com
- Host: GitHub
- URL: https://github.com/valeriomazzeo/danger-the_coding_love
- Owner: valeriomazzeo
- License: mit
- Created: 2016-08-01T15:02:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T22:34:12.000Z (over 2 years ago)
- Last Synced: 2025-03-18T07:43:04.201Z (about 2 months ago)
- Language: Ruby
- Size: 31.3 KB
- Stars: 9
- Watchers: 1
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-danger - danger-the_coding_love - Danger plugin that prints markdown containing a random post from [thecodinglove.com](http://thecodinglove.com) (Plugins / Ruby (danger))
README
# danger-the_coding_love
[](https://badge.fury.io/rb/danger-the_coding_love) [](https://travis-ci.org/valeriomazzeo/danger-the_coding_love)
Prints markdown containing a random post from [thecodinglove.com](http://thecodinglove.com).
## Installation
$ gem install danger-the_coding_love
## Usage
the_coding_love.random
## How it looks

## Development
1. Clone this repo
2. Run `bundle install` to setup dependencies.
3. Run `bundle exec rake spec` to run the tests.
4. Use `bundle exec guard` to automatically have tests run as you make changes.
5. Make your changes.