Easily run multiple development processes at the same time!
- Easy customizable TOML config!
- Watch outputu of all processes!
- Restart processes or KILL them!
go install github.com/nielsvanm/dove
dove -v
Check the Releases Tab for the latests pre-built release.
# Clone project
git clone github.com/nielsvanm/dove
go get
# Build Binary
go build cmd/dove/main.go -o dove
# Install in bin
chmod +x dove
mv dove /usr/bin/
NAME:
dove init
USAGE:
dove init [command options] [arguments...][arguments...]
DESCRIPTION:
Initializes the local directory with a dove config
OPTIONS:
--force, -f Forces the init process even though a dove config is already pressent (default: false)
--help, -h show help
Results in a bare minimum .dovecfg
in the current directory.