execw
v0.1.1
Published
Execute any program (e.g. lessc) with watching for file changes. Can recursively scan folders.
Downloads
5
Readme
Execw
Example:
execw lessc css/
will scan recursivelycss/
folder for any *.less files and it will compile them into *.css. Then program will watch every *.less file and it will recompile it on every file change.