matthewmueller / dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Go 100.0%