@pakastin/watch

0.0.2 • Public • Published

watch

Simple file watcher / child process spawner

install

npm install @pakastin/watch

usage

watch(glob, command, firstRun)

var watch = require('@pakastin/watch');
watch('js/**/*.js', 'npm run build-js', true);

Readme

Keywords

none

Package Sidebar

Install

npm i @pakastin/watch

Weekly Downloads

0

Version

0.0.2

License

ISC

Last publish

Collaborators

  • pakastin