{%= description %}
Install globally with npm
npm i -g watch-cli
watch -p "**/*.js" -c "npm test"
Environment variables available from the command string:
FILENAME Relative filename.
ABSOLUTE_FILENAME Absolute filename.
EVENT Event type. Is either 'changed', 'deleted' or 'added'.
Use it like this in Linux/macOS:
$ watch -p '**/*.js' -c 'jshint $FILENAME'
In Windows:
> watch -p "**/*.js" -c "jshint %FILENAME%"
{%= include("author") %}
{%= copyright() %} {%= license() %}
{%= include("footer") %}