A simple guard plugin to update Berkshelf.
Add the gem to your Gemfile (inside development group):
gem 'guard-berkshelf', require: false
Add guard definition to your Guardfile by running this command:
$ bundle exec guard init berkshelf
Please read Guard usage doc.
guard :berkshelf do
watch(%r{^Berkshelf$})
watch(%r{^metadata.rb$})
watch(%r{^test/fixtures/cookbooks})
end
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/guard-berkshelf.
The gem is available as open source under the terms of the MIT License.