https://github.com/sinclairzx81/smoke-run
Runs shell commands on file system watch events.
https://github.com/sinclairzx81/smoke-run
compile-on-save node tooling workflow
Last synced: about 1 year ago
JSON representation
Runs shell commands on file system watch events.
- Host: GitHub
- URL: https://github.com/sinclairzx81/smoke-run
- Owner: sinclairzx81
- License: mit
- Created: 2019-02-05T15:11:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-17T16:03:19.000Z (about 5 years ago)
- Last Synced: 2025-03-27T13:12:37.827Z (over 1 year ago)
- Topics: compile-on-save, node, tooling, workflow
- Language: TypeScript
- Size: 40 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
Smoke-Run
Runs shell commands on file system watch events.
[](https://www.npmjs.com/package/smoke-run)
## Usage
The following watches the `index.js` file and re-runs it on save.
```shell
$ 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