Features
- Refresh browser
- Detect recursive file changes
- Hot reload css
Installation
$ go install github.com/sho7a/wdp@latest
Usage
Usage:
wdp [flags]
Flags:
-h, --help help for wdp
-l, --listen int listen port (default open port)
-p, --port int server port (default 80)
-v, --version version for wdp
-w, --watch string watch path (default ".")
Example
$ wdp -l 3000 -p 8080 -w bin
It works great with tools like air or nodemon.
Build
$ git clone github.com/sho7a/wdp.git
$ cd wdp
$ make
License
Apache License 2.0