0.0.1 • Published 9 years ago

tendr v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

tendr runs an npm script when files change.

Usage

tendr -w <directory> -e <extension> --npm <script-name>

Behavior

  • Given a directory and an extension, tendr will watch all files in that directory and subdirectories with that extension.
  • tendr will not run the command until a file has been changed. (It won't run the command when it starts.)
  • tendr will be as quiet as possible.