https://github.com/risto-stevcev/watchtf
CLI program to watch glob patterns and run a command on changes
https://github.com/risto-stevcev/watchtf
execute glob javascript nodejs pattern patterns watch watcher
Last synced: 12 months ago
JSON representation
CLI program to watch glob patterns and run a command on changes
- Host: GitHub
- URL: https://github.com/risto-stevcev/watchtf
- Owner: Risto-Stevcev
- License: mit
- Created: 2016-10-16T15:58:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-16T16:12:51.000Z (over 9 years ago)
- Last Synced: 2025-02-15T12:29:49.573Z (12 months ago)
- Topics: execute, glob, javascript, nodejs, pattern, patterns, watch, watcher
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# watchtf
"Watch the files", a CLI program to watch glob patterns and run a command on changes
It uses chokidar just like gulp-watch
## usage
```bash
$ watchtf -h
Options:
-f, --files one or more glob patterns to watch [array] [required]
-c, --command the command to run [string] [required]
$ watchtf -f "**/*.m" -c "mmc --make hello"
```
## what the name?
There's maybe a couple of hundred watch programs on npm that pretty much do the same thing. I looked and couldn't find anything that does something like this, but all of the names were taken... w(atch)tf indeed.