@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

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i @pakastin/watch

Weekly Downloads

0

Version

0.0.2

License

ISC

Last publish

Collaborators

  • pakastin