Iuzziel / node-watch-lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-watch-lib

Disclaimer

I did it for learning purpose, and you should consider coding this yourself too.

Usage

In your project root, use the bin command like this :

$ yarn watch yourscript.js

This will lauch your script, and on change of a file matching /\.js$/, this will reload yourscript.js.

Requirements

  • Node.js > v0.7.0
  • Yarn or Npm, check script cat in package.json for your convenience.

About

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 92.0%Language:JavaScript 8.0%