Installation
Installation
Prerequisites
Lemmego is a Go framework. You should have basic familiarity with Go and have the following installed:
- Go 1.24+
- Node.js (for frontend tooling)
- Air (for hot reloading)
- Templ (optional, for type-safe Go templates)
Installation
Once you have all the prerequisites installed, install the Lemmego CLI using this command:
curl -fsSL https://raw.githubusercontent.com/lemmego/cli/refs/heads/main/installer.sh | sudo shInstall via Go
If you have Go installed, you can also install the CLI directly:
go install github.com/lemmego/cli/cmd/lemmego@latestMake sure $GOPATH/bin is in your PATH.
Verify Installation
Run the following to confirm the CLI is installed:
lemmego --versionExpected output:
version [x.x.x]Next Steps
Now that the CLI is installed, proceed to the Quick Start guide to create your first project.