1.0.11 • Published 10 years ago

watch-dima v1.0.11

Weekly downloads
11
License
ISC
Repository
-
Last release
10 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

10 years ago

1.0.10

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago