Skip to content

Contributing

Setup

Terminal window
gh repo fork imdevan/go-cli-template --clone
cd go-cli-template

Development

Terminal window
just build # build the binary
just build-run # build and run
just watch # rebuild on file changes
just test # run tests

Submitting Changes

  1. Fork the repo and create a branch from main
  2. Make your changes and ensure tests pass (just test)
  3. Open a pull request with a clear description of what changed and why