guard-faktory_worker
guard-faktory_worker runs faktory_worker when you start Guard and restarts it when watched files are added/modified/deleted.
Installation
Install and configure Guard before continuing.
Add guard-faktory_worker
to your Gemfile
:
group :development do
gem 'guard-faktory_worker'
end
and then execute:
$ bundle install
or install it yourself as:
$ gem install guard-faktory_worker
Add the default Guard::faktory_worker definition to your Guardfile
by running:
$ guard init faktory_worker
Usage
Please read the Guard usage documentation.
Options
You can pass some options in Guardfile
like the following example:
guard :faktory_worker, cmd: 'bundle exec faktory-worker' do
# ...
end
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/anamba/guard-faktory_worker. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.
License
The gem is available as open source under the terms of the MIT License.
Code of Conduct
Everyone interacting in the guard-faktory_worker project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.