An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

Smoke-Run

Runs shell commands on file system watch events.

[![NPM package](https://badge.fury.io/js/smoke-run.svg)](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