SharedTasks
TODO: Write a gem description
Installation
Add this line to your application's Gemfile:
gem 'shared_tasks'
And then execute:
$ bundle
Or install it yourself as:
$ gem install shared_tasks
Usage
Generate migration and shared_tasks folder
$ rails g shared_tasks:install
Create a new task
$ rails g shared_tasks:shared_task new_task_name
Run tasks
$ rake shared_tasks:tasks
Run single task
$ rake shared_tasks:task[file_name, task_name]
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request