Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ronanrodrigo/grunner

Runners generator, GRUUUUUNER!
https://github.com/ronanrodrigo/grunner

Last synced: 20 days ago
JSON representation

Runners generator, GRUUUUUNER!

Awesome Lists containing this project

README

        

# grunner

Runners generator, GRUUUUUNER!
Generate rails runners with numerical order in filename, and add head-comments based on your git configs.
```ruby
rails g runner update_user_tokens
# create lib/runners/14_update_user_tokens.rb
```

## Instalation
```ruby
#Gemfile
gem 'grunner', '~> 1.0.4'

#Bash
bundle install
```