watch-dima
v1.0.11
Published
### Installation
Downloads
8
Readme
Watch-Dima
File watcher that executes Babel transpiler and Mocha test suite when a file is changed, and then reports the test results to Slack
Installation
$ npm install watch-dima
Copy [watchConf.json.default] to the project's root folder. Fill in the project configuration, remove the commented line and rename to [watchConf.json].
In your project's package.json 'scripts' section, add the following:
"watch": "node ./node_modules/watch-dima/index"
To watch, transpile and report, run:
npm run watch
Cheers!