Releases: create-go-app/cli
v4.1.0
⚙️ The v4.1.0 release
Changelog
Feature
- Add a new Vite.js templates to list
 
Bug fixes
- Fix frontend part bug
 
Updates
- Update dependencies
 - Update links to the Wiki on the code
 
Others
- Merge pull request #151 from create-go-app/dependabot/go_modules/github.com/go-git/go-git/v5-5.8.1
 
Install or update
For native Go installation (any platforms):
go install github.com/create-go-app/cli/v4/cmd/cgapp@latestFor Homebrew users (GNU/Linux, macOS):
# Tap a new formula:
brew tap create-go-app/tap
# Installation:
brew install create-go-app/tap/cli
# Upgrade to the latest:
brew upgrade create-go-app/tap/cli💡 Note: See the
Wiki pageto understand the project structure and get general recommendations.
Your help to improve project
I'd be truly grateful for help with:
- Creating tests (and/or benchmarks) for code.
 - Improving existing functions, structs, or tests.
 - Feature requests with interesting functions that would be good to add.
 
Your PRs & issues are welcome! Thanks 😉
v4.0.1
⚙️ The v4.0.1 release
Changelog
Bug fixes
- Fix frontend name option (lit, lit-ts)
 - Fix go fmt issue
 
Install or update
For native Go installation (any platforms):
go install github.com/create-go-app/cli/v4/cmd/cgapp@latestFor Homebrew users (GNU/Linux, macOS):
# Tap a new formula:
brew tap create-go-app/tap
# Installation:
brew install create-go-app/tap/cli
# Upgrade to the latest:
brew upgrade create-go-app/tap/cli💡 Note: See the
Wiki pageto understand the project structure and get general recommendations.
Your help to improve project
I'd be truly grateful for help with:
- Creating tests (and/or benchmarks) for code.
 - Improving existing functions, structs, or tests.
 - Feature requests with interesting functions that would be good to add.
 
Your PRs & issues are welcome! Thanks 😉
v4.0.0
⚙️ The v4.0.0 release
Changelog
Bug fixes
- Fix macOS 13+ issues
 - Fix Dockerfile
 - Merge pull request #133 from mystique09/fix-custom-template
 - fix: error when creating new app with custom template
 
Improvements
- Improve release process
 
Updates
- Update workflows
 
Others
- Bump github.com/cloudflare/circl from 1.1.0 to 1.3.3
 - Bump github.com/go-git/go-git/v5 from 5.6.1 to 5.7.0
 - Bump github.com/mattn/go-colorable from 0.1.12 to 0.1.13
 
Install or update
For native Go installation (any platforms):
go install github.com/create-go-app/cli/v4/cmd/cgapp@latestFor Homebrew users (GNU/Linux, macOS):
# Tap a new formula:
brew tap create-go-app/tap
# Installation:
brew install create-go-app/tap/cli
# Upgrade to the latest:
brew upgrade create-go-app/tap/cli💡 Note: See the
Wiki pageto understand the project structure and get general recommendations.
Your help to improve project
I'd be truly grateful for help with:
- Creating tests (and/or benchmarks) for code.
 - Improving existing functions, structs, or tests.
 - Feature requests with interesting functions that would be good to add.
 
Your PRs & issues are welcome! Thanks 😉
v3.6.2
Update CLI
For native Go installation:
go install github.com/create-go-app/cli/v3/cmd/cgapp@latestFor Homebrew users:
brew upgrade create-go-app/cli/cgappChangelog (v3.6.0...v3.6.2)
- Fix a bug about create proxy using nginx by @zhouyusd in #123
 - AgreeCreation processing by @vanodevium in #126
 - Fix 
Makefile's GOPATH variable for all Go helper packages - Update 
AlecAivazis/surveypackage tov2.3.4(changes) 
New Contributors
- @zhouyusd made their first contribution in #123
 - @vanodevium made their first contribution in #126
 
Your help to improve project
We would be truly grateful for help with:
- Code test coverage (
88.3%of the code was cover in this release) - Creating new Go templates for the backend (e.g., 
httprouter,Echo,Ginand so on) - Creating new or improve existing roles for Ansible (e.g., for other proxy servers and load balancers and so on)
 - Add new official/community templates for the frontend frameworks
 - Leave a review on our ProductHunt page
 
Your PRs are welcome! Thanks 😉
v3.6.1
Update CLI
For native Go installation:
go install github.com/create-go-app/cli/v3/cmd/cgapp@latestFor Homebrew users:
brew upgrade create-go-app/cli/cgappChangelog (v3.6.0...v3.6.1)
- Update 
cobrapackage tov1.4.0 
Your help to improve project
We would be truly grateful for help with:
- Code test coverage (
88.3%of the code was cover in this release) - Creating new Go templates for the backend (e.g., 
httprouter,Echo,Ginand so on) - Creating new or improve existing roles for Ansible (e.g., for other proxy servers and load balancers and so on)
 - Add new official/community templates for the frontend frameworks
 - Leave a review on our ProductHunt page
 
Your PRs are welcome! Thanks 😉
v3.6.0
Update CLI
For native Go installation:
go install github.com/create-go-app/cli/v3/cmd/cgapp@latestFor Homebrew users:
brew upgrade create-go-app/cli/cgappChangelog (v3.5.0...v3.6.0)
- Add helper function for URL protocols #120
 - Fix 
gosec&go-criticissues - Update copyright in files (thanks to ALL of the Create Go App contributors!)
 
New Contributors
Your help to improve project
We would be truly grateful for help with:
- Code test coverage (
88.3%of the code was cover in this release) - Creating new Go templates for the backend (e.g., 
httprouter,Echo,Ginand so on) - Creating new or improve existing roles for Ansible (e.g., for other proxy servers and load balancers and so on)
 - Add new official/community templates for the frontend frameworks
 - Leave a review on our ProductHunt page
 
Your PRs are welcome! Thanks 😉
v3.5.0
Update CLI
For native Go installation:
go install github.com/create-go-app/cli/v3/cmd/cgapp@latestFor Homebrew users:
brew upgrade create-go-app/cli/cgappChangelog (v3.4.0...v3.5.0)
- Add Next.js frontend template (
next,next-ts) - Add Nuxt 3 frontend template (
nuxt3) - Update indirect dependencies
 
New Contributors
- @pierorolando1 made their first contribution in #119
 
Your help to improve project
We would be truly grateful for help with:
- Code test coverage (
88.4%of the code was cover in this release) - Creating new Go templates for the backend (e.g., 
httprouter,Echo,Ginand so on) - Creating new or improve existing roles for Ansible (e.g., for other proxy servers and load balancers and so on)
 - Add new official/community templates for the frontend frameworks
 - Leave a review on our ProductHunt page
 
Your PRs are welcome! Thanks 😉
v3.4.0
Update CLI
For native Go installation:
go install github.com/create-go-app/cli/v3/cmd/cgapp@latestFor Homebrew users:
brew upgrade create-go-app/cli/cgappChangelog (v3.3.0...v3.4.0)
- Add 
goreleaserpost hook for compress binaries withupx(reduce size from~3.68 MBto~2.83 MB) - Update indirect dependencies
 
Your help to improve project
We would be truly grateful for help with:
- Code test coverage (
88.4%of the code was cover in this release) - Creating new Go templates for the backend (e.g., for httprouter, Echo, Gin and so on)
 - Creating new or improve existing roles for Ansible (e.g., for other proxy servers and load balancers and so on)
 - Leave a review on our ProductHunt page
 
Your PRs are welcome! Thanks 😉
v3.3.2
Update CLI
For native Go installation:
go install github.com/create-go-app/cli/v3/cmd/cgapp@latestFor Homebrew users:
brew upgrade create-go-app/cli/cgappChangelog (v3.3.0...v3.3.2)
- Add 
go-chibackend template 
Your help to improve project
We would be truly grateful for help with:
- Code test coverage (
89.3%of the code was cover in this release) - Creating new Go templates for the backend (e.g., for httprouter, Echo, Gin and so on)
 - Creating new or improve existing roles for Ansible (e.g., for other proxy servers and load balancers and so on)
 - Leave a review on our ProductHunt page
 
Your PRs are welcome! Thanks 😉
v3.3.1
Update CLI
For native Go installation:
go install github.com/create-go-app/cli/v3/cmd/cgapp@latestFor Homebrew users:
brew upgrade create-go-app/cli/cgappChangelog (v3.3.0...v3.3.1)
- Fix code style (by GoLand IDE)
 - Update indirect dependencies
 
Your help to improve project
We would be truly grateful for help with:
- Code test coverage (
89.3%of the code was cover in this release) - Creating new Go templates for the backend (e.g., for go-chi, Echo, Gin and so on)
 - Creating new or improve existing roles for Ansible (e.g., for other proxy servers and load balancers and so on)
 - Leave a review on our ProductHunt page
 
Your PRs are welcome! Thanks 😉