https://github.com/xinpianchang/dev-watcher
😜
https://github.com/xinpianchang/dev-watcher
autobuild devtool golang
Last synced: over 1 year ago
JSON representation
😜
- Host: GitHub
- URL: https://github.com/xinpianchang/dev-watcher
- Owner: xinpianchang
- Created: 2018-06-28T02:57:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T04:11:59.000Z (about 8 years ago)
- Last Synced: 2025-03-25T09:50:54.711Z (over 1 year ago)
- Topics: autobuild, devtool, golang
- Language: Go
- Homepage:
- Size: 728 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dev watcher
dev-watcher is a tool using for monitoring source folder then executing scripts (eg bash) while file changes.
## usage
```
go get -u github.com/xinpianchang/dev-watcher
```
```
➜ ~ dev-watcher -h
Usage of dev-watcher:
-d string
folder to watch. (default ".")
-f string
filter file extension, multiple extensions separated by commas. (default "*")
-help
show help
-s string
shell script file which executed after file changed. (default "./.dev-watcher.sh")
-t int
postpone shell execution until after wait milliseconds. (default 2000)
-version
show version
```