Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 595 Bytes

readme.md

File metadata and controls

23 lines (13 loc) · 595 Bytes

Smoke-Run

Runs shell commands on file system watch events.

NPM package

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