smoke-run

Runs shell commands on file system watch events.

MIT License

Downloads
93
Stars
4
Committers
1

Usage

The following watches the index.js file and re-runs it on save.

$ npx smoke-run index.js -x node index.js

Overview

Smoke-Run is a development tool used to run shell commands on file system watch events. It is mainly written to allow for auto restarting node scripts on save but can be used to run any shell command on file system watch events.

License MIT