1.0.11 • Published 9 years ago

watch-dima v1.0.11

Weekly downloads
11
License
ISC
Repository
-
Last release
9 years ago

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!

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago