Skip to content

v4.0.1

Compare
Choose a tag to compare
@koddr koddr released this 28 Jun 12:34

⚙️ 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 😉