Skip to content

Releases: create-go-app/cli

v4.1.0

21 Aug 09:34
Compare
Choose a tag to compare

⚙️ 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@latest

For 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 page to 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

28 Jun 12:34
Compare
Choose a tag to compare

⚙️ 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@latest

For 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 page to 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

23 Jun 09:01
Compare
Choose a tag to compare

⚙️ 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@latest

For 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 page to 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

12 May 11:57
Compare
Choose a tag to compare

Update CLI

For native Go installation:

go install github.com/create-go-app/cli/v3/cmd/cgapp@latest

For Homebrew users:

brew upgrade create-go-app/cli/cgapp

Changelog (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/survey package to v2.3.4 (changes)

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, Gin and 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

17 Mar 17:26
Compare
Choose a tag to compare

Update CLI

For native Go installation:

go install github.com/create-go-app/cli/v3/cmd/cgapp@latest

For Homebrew users:

brew upgrade create-go-app/cli/cgapp

Changelog (v3.6.0...v3.6.1)

  • Update cobra package to v1.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, Gin and 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

14 Feb 07:16
70cbdfa
Compare
Choose a tag to compare

Update CLI

For native Go installation:

go install github.com/create-go-app/cli/v3/cmd/cgapp@latest

For Homebrew users:

brew upgrade create-go-app/cli/cgapp

Changelog (v3.5.0...v3.6.0)

  • Add helper function for URL protocols #120
  • Fix gosec & go-critic issues
  • 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, Gin and 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

23 Jan 15:01
Compare
Choose a tag to compare

Update CLI

For native Go installation:

go install github.com/create-go-app/cli/v3/cmd/cgapp@latest

For Homebrew users:

brew upgrade create-go-app/cli/cgapp

Changelog (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

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, Gin and 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

21 Jan 07:31
2b299ed
Compare
Choose a tag to compare

Update CLI

For native Go installation:

go install github.com/create-go-app/cli/v3/cmd/cgapp@latest

For Homebrew users:

brew upgrade create-go-app/cli/cgapp

Changelog (v3.3.0...v3.4.0)

  • Add goreleaser post hook for compress binaries with upx (reduce size from ~3.68 MB to ~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

05 Jan 15:34
532a571
Compare
Choose a tag to compare

Update CLI

For native Go installation:

go install github.com/create-go-app/cli/v3/cmd/cgapp@latest

For Homebrew users:

brew upgrade create-go-app/cli/cgapp

Changelog (v3.3.0...v3.3.2)

  • Add go-chi backend 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

03 Jan 13:19
57b77e5
Compare
Choose a tag to compare

Update CLI

For native Go installation:

go install github.com/create-go-app/cli/v3/cmd/cgapp@latest

For Homebrew users:

brew upgrade create-go-app/cli/cgapp

Changelog (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 😉