wait-run icon indicating copy to clipboard operation
wait-run copied to clipboard

Wait for a file or directory to change or appear, then run a command once.

Results 4 wait-run issues
Sort by recently updated
recently updated
newest added

Bumps [commander](https://github.com/tj/commander.js) from 2.9.0 to 6.0.0. Release notes Sourced from commander's releases. v6.0.0 Added add support for variadic options (#1250) allow options to be added with just a short flag...

dependencies

Updates the requirements on [gaze](https://github.com/shama/gaze) to permit the latest version. Commits - [`2079f79`](https://github.com/shama/gaze/commit/2079f7957c58bb40378ab3b4831ab5a3d8001af1) v1.1.3 - [`d78b8c0`](https://github.com/shama/gaze/commit/d78b8c0e8f01124a67031312408020af944ba358) Update devDeps - [`9f240a3`](https://github.com/shama/gaze/commit/9f240a3e139af5a9804067b1c46c40aa08cfc197) Drop support for lower than node@4 - [`7bab782`](https://github.com/shama/gaze/commit/7bab7821533ab323f1be6f04b1d6ba6d635bde0d) Merge pull...

dependencies

i am trying to run vue-cli build when files in two folders changed. first one is working but second one is not working :( #!/bin/bash PPP=/Users/User/Data/root/vue/ function watch() { wait-run...

Hah! I saw you added `wait-run` to the `react-isomorphic-starterkit`.. quickly checked it and realized it was a utility to wait for a file to change (which makes a lot more...