Skip to content

v4.1.0

Latest
Compare
Choose a tag to compare
@koddr koddr released this 21 Aug 09:34

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