Categorygithub.com/matthewmueller/dev
repositorypackage
0.0.4
Repository: https://github.com/matthewmueller/dev.git
Documentation: pkg.go.dev

# README

Dev

Go Reference

Personal CLI for development.

dev

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