1.2.0 • Published 8 years ago

wait-run v1.2.0

Weekly downloads
2
License
BSD-3-Clause
Repository
github
Last release
8 years ago

wait-run

version license installs

Wait for a file or directory to change or appear, then run a command once. The watched file or directory does not have to exist yet.

Heavily based on the wonderful watch-run by @queckezz.

Simply need to wait for a file/directory? Use just-wait by @Download which is a fork of wait-run. It allows you to chain && commands.

Installation

npm install -g wait-run

Usage

wait-run --pattern '*.*' -- say hello    # waits for any change in cwd then runs once.

License

BSD 3-Clause license. Copyright © 2016, Rick Wong. All rights reserved.

1.2.0

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago