Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

tendr

joshuabc5MIT0.0.1

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, 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.