Releases: create-go-app/cli
Releases · create-go-app/cli
v1.0.0
Update CLI
go get -u github.com/create-go-app/cli
go build -i -o $GOPATH/bin/cgapp github.com/create-go-app/cli
Changelog
69961f0 Add images
bf7d51a Add local GoReleaser config, Add cgapp logo
a903e79 Add new logo & GH cover
37b130b Bump v1.0.0
39e78b1 Delete action (switch to local goreleaser)
5ccff37 Update goreleaser config
0.8.4
⚙️ Correction release (0.8.3)
- Refactoring code
- Test coverage: up to
98.6%
of statements
⚙️ Correction release (0.8.2)
- Refactoring CLI
- Switch to
github.com/go-git/go-git/v5
⚙️ Correction release (0.8.1)
- Rebase
images
folder to.github/images
🎉 Normal Release (v0.8.0)
Changes at v0.8.0
:
- Add new
react-ts
template #1 thx @ptaberg - Add GitHub Actions for testing CLI (on latest Linux, Windows, macOS and Go 1.11.x-1.14.x)
- Rename
react
toreact-js
- Delete unsupported (yet) frameworks from code
Update CLI:
go get -u github.com/create-go-app/cli/cmd/cgapp
Re-install CLI:
go install github.com/create-go-app/cli/cmd/cgapp
🎉 Normal Release (v0.7.0)
- Delete banner
- Small refactor
🤖 Draft v0.6.0 beta 3
- Add template for Fiber Go web framework
🤖 Draft v0.5.4
- Draft
v0.5.4
🎉 Init Release (0.5.0)
🎉 Yep, this is initial release of cgapp
.