Contributing
Setup
gh repo fork imdevan/go-cli-template --clonecd go-cli-templateDevelopment
just build # build the binaryjust build-run # build and runjust watch # rebuild on file changesjust test # run testsSubmitting Changes
- Fork the repo and create a branch from
main - Make your changes and ensure tests pass (
just test) - Open a pull request with a clear description of what changed and why