Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ronanrodrigo/grunner
Runners generator, GRUUUUUNER!
https://github.com/ronanrodrigo/grunner
Last synced: 20 days ago
JSON representation
Runners generator, GRUUUUUNER!
- Host: GitHub
- URL: https://github.com/ronanrodrigo/grunner
- Owner: ronanrodrigo
- Created: 2015-03-24T19:27:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-24T19:41:11.000Z (over 9 years ago)
- Last Synced: 2024-04-25T06:01:38.794Z (7 months ago)
- Language: Ruby
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```