@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);

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.22latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.22
0.0.11

Package Sidebar

Install

npm i @pakastin/watch

Weekly Downloads

3

Version

0.0.2

License

ISC

Last publish

Collaborators

  • pakastin