git clone https://github.com/programmersd21/pyproject-tui
cd pyproject-tui
go mod tidy
make build- Fork -> branch -> PR against
main - Run
make checkbefore pushing (fmt + vet + lint + test) - Follow Conventional Commits
feat:new featurefix:bug fixdocs:docs onlyrefactor:no behavior changetest:test changeschore:tooling/deps