Skip to content

Ruby script to execute arbitrary command whenever a file changes

Notifications You must be signed in to change notification settings

donhill/rstakeout

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rstakeout

Ruby script to execute an arbitrary command whenever a file changes.

Installation

gem install rstakeout
# Mac users: install `growlnotify` from the Growl DWG to get notifications

Common usage

# Execute a test everytime any file changes
rstakeout 'rake test' **/*

# Regenerate some LessCSS files whenever needed
rstakeout 'lessc %s' **/*.less

Authors

Original by Mike Clark, enhanced by topfunky

Contributors:

  • sinefunc
  • EdvardM

Copyright

Icons from http://gakuseisean.deviantart.com/art/OSE-PNGs-53752770

License: MIT

About

Ruby script to execute arbitrary command whenever a file changes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published