Dev
Personal CLI for development.
Features
- Serve directories with live-reload support
- Watch for changes and re-execute a command
- Finds the next available port
Install
go install github.com/matthewmueller/dev@latest
dev -h
Contributing
First, clone the repo:
git clone https://github.com/matthewmueller/dev
cd dev
Next, install dependencies:
go mod tidy
Finally, try running the tests:
go test ./...
License
MIT