An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 6.0% on proxy.golang.org
Top 4.7% forks on proxy.golang.org

proxy.golang.org : github.com/tmc/watcher

Command watcher is a file watcher that executes a command when files change. It can be used to automatically run tests, build code, or any other command when files in a directory change. In Shell A: ```console $ go install github.com/tmc/watcher@latest $ mkdir /tmp/foo; cd /tmp/foo $ watcher -v echo "triggered" running echo triggered triggered ``` Now, In Shell B: ```console $ touch /tmp/foo/oi ``` Every time /tmp/foo changes the echo will be re-executed. License: ISC

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/tmc/watcher
License: MIT
Latest release: over 4 years ago
First release: over 4 years ago
Namespace: github.com/tmc
Stars: 73 on GitHub
Forks: 6 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 3 months ago

    Loading...
    Readme
    Loading...