tendr
v0.0.1
Published
Run an npm script when a file changes.
Readme
tendr runs an npm script when files change.
Usage
tendr -w <directory> -e <extension> --npm <script-name>
Behavior
- Given a directory and an extension,
tendrwill watch all files in that directory and subdirectories with that extension. tendrwill not run the command until a file has been changed. (It won't run the command when it starts.)tendrwill be as quiet as possible.
