π€·ββοΈ Why
π¬ Prompt
Create a standard go project following recommended community standards. Is should build a GitHub Command line extension, I can continue to extend in the future.
π οΈ D.I.Y.
Go Do!
π€ Automation
.scripts/co-sample "Create boilerplate Go project" \
batch5 \
.devcontainer/postCreateCommand.sh \
.github/actions/build-go-binaries/action.yml \
.github/workflows/ready.yml \
.github/workflows/release.yml \
.golangci.yml \
.scripts/trunk-worthy \
.vscode/settings.json \
Makefile \
cmd/mkissue.go \
cmd/mkissue/mkissue.go \
cmd/mkissue/mkissue_test.go \
cmd/root.go \
go.mod \
go.sum \
main.go \
specs/template.issue.md
π€·ββοΈ Why
π¬ Prompt
π οΈ D.I.Y.
Go Do!
π€ Automation
.scripts/co-sample "Create boilerplate Go project" \ batch5 \ .devcontainer/postCreateCommand.sh \ .github/actions/build-go-binaries/action.yml \ .github/workflows/ready.yml \ .github/workflows/release.yml \ .golangci.yml \ .scripts/trunk-worthy \ .vscode/settings.json \ Makefile \ cmd/mkissue.go \ cmd/mkissue/mkissue.go \ cmd/mkissue/mkissue_test.go \ cmd/root.go \ go.mod \ go.sum \ main.go \ specs/template.issue.md