watch-file

0.1.1 • Public • Published

watch-file

Shell utility for watching file changes.

Intended to be used like:

while watch-file test.c; do gcc test.c -o test && ./test; done

Installation

Install npm. (Comes with Node.js).

npm install -g watch-file

Usage

watch-file <files...>

Wait until one of the files changes, then exit.

Package Sidebar

Install

npm i watch-file

Weekly Downloads

0

Version

0.1.1

License

BSD

Last publish

Collaborators

  • anttisykari