Skip to content

Releases: create-go-app/cli

v3.3.0

21 Dec 06:13
9323c31
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.2.0...v3.3.0)

  • Update github.com/spf13/cobra package to v1.3.0
  • 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 😉

v3.2.2

24 Nov 14:42
1df5abb
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.2.0...v3.2.2)

  • 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 😉

v3.2.1

22 Oct 10:56
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.2.0...v3.2.1)

  • Fix Homebrew warning when install/update CLI
  • Small code fixes to resolve go-critic's issues
  • 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 😉

v3.2.0

19 Oct 07:51
Compare
Choose a tag to compare

Update CLI

# For native Go installation:
go install github.com/create-go-app/cli/v3/cmd/cgapp

# For Homebrew users:
brew upgrade create-go-app/cli/cgapp

Changelog (v3.1.0...v3.2.0)

  • Fix colors output on PC Windows #107 (thanks, @mattn)
  • Add go-critic to development process
  • Small code fixes to resolve go-critic's issues

Your help to improve project

We would be truly grateful for help with:

  • Code test coverage (89.2% 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 😉

v3.1.2

18 Oct 05:07
3bb3601
Compare
Choose a tag to compare

Update CLI

# For native Go installation:
go install github.com/create-go-app/cli/v3/cmd/cgapp

# For Homebrew users:
brew upgrade create-go-app/cli/cgapp

Changelog (v3.1.0...v3.1.2)

  • Update indirect dependencies

Your help to improve project

We would be truly grateful for help with:

  • Code test coverage (89.2% 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 😉

v3.1.1

05 Oct 09:24
cf07dee
Compare
Choose a tag to compare

Update CLI

# For native Go installation:
go install github.com/create-go-app/cli/v3/cmd/cgapp

# For Homebrew users:
brew upgrade create-go-app/cli/cgapp

Changelog (v3.1.0...v3.1.1)

  • Update indirect dependencies

Your help to improve project

We would be truly grateful for help with:

  • Code test coverage (89.2% 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)

Your PRs are welcome! Thanks 😉

v3.1.0

19 Sep 04:53
9b00ebb
Compare
Choose a tag to compare

Update CLI

# For native Go installation:
go install github.com/create-go-app/cli/v3/cmd/cgapp

# For Homebrew users:
brew upgrade create-go-app/cli/cgapp

Changelog

  • Fix #101: misshandled erros on exec (thanks @akiffeyzioglu)
  • Update indirect dependencies

Your help to improve project

We would be truly grateful for help with:

  • Code test coverage (89.2% 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)

Your PRs are welcome! Thanks 😉

v3.0.1

12 Sep 06:04
c0f0ffe
Compare
Choose a tag to compare

Update CLI

# For native Go installation:
go install github.com/create-go-app/cli/v3/cmd/cgapp

# For Homebrew users:
brew upgrade create-go-app/cli/cgapp

Changelog

  • Update AlecAivazis/survey package to v2.3.2 (changes)

Your help to improve project

We would be truly grateful for help with:

  • Code test coverage (89.2% 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)

Your PRs are welcome! Thanks 😉

v3.0.0

07 Sep 06:05
a5b9a60
Compare
Choose a tag to compare

Update CLI

# For native Go installation:
go install github.com/create-go-app/cli/v3/cmd/cgapp

# For Homebrew users:
brew upgrade create-go-app/cli/cgapp

Changelog

  • Switch to Go version 1.17 (changes)
  • Reducing the size of the standalone version of the CLI for direct download (thanks Go 1.17)
  • Update Create Go App CLI core to v3.0.0 (changes)
  • Improve frontend part in README (thanks #81)

Your help to improve project

We would be truly grateful for help with:

  • Code test coverage (89.2% 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)

Your PRs are welcome! Thanks 😉

v2.2.8

25 Aug 08:33
f4825cc
Compare
Choose a tag to compare

Update CLI

# For native Go installation:
go install github.com/create-go-app/cli/v2/cmd/cgapp

# For Homebrew users:
brew upgrade create-go-app/cli/cgapp

Changelog

  • Update AlecAivazis/survey package to v2.3.1 (changes)

Your help to improve project

We would be very grateful for help with:

  • Code test coverage (89.2% of the code is covered in this release)
  • Creating new Go templates for the backend (e.g. for Echo, Gin and so on)
  • Creating new and/or improve existing roles for Ansible (e.g. for other proxy servers and load balancers and so on)

Your PRs are welcome! Thanks 😉