Skip to content

Guard plugin to execute command line scripts when files change

License

Notifications You must be signed in to change notification settings

thegarage/guard-sheller

Repository files navigation

Guard::Shellexec

Guard plugin to execute command line scripts when files change.

NOTE: The Guard::Shell gem provides similar functionality but with a different approach to configuration of the plugin (blocks vs options). Use whichever gem best aligns with your needs.

Usage

Example Guardfile

guard :shellexec, command: '/path/to/executable' do
  watch(%r{^/path/to/watched/files})
end

Installation

$ gem install guard-shellexec
$ guard init shellexec

Contributing

Patches are always welcome and thank you to all project contributors!

Interested in contributing? Review the project contribution guidelines and get started!

About

Guard plugin to execute command line scripts when files change

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages