Name
lazy - create, run, inspect, and upgrade GoLazy applications.
Install
go install golazy.dev/lazy@latest
The import path golazy.dev/lazy resolves to the
github.com/golazy/lazy repository through this page's Go vanity metadata.
Synopsis
lazy
lazy new <module>
lazy routes
lazy upgrade
lazy js
lazy tailwind
lazy docs
lazy --version
Description
lazy runs the development loop for a GoLazy application,
creates new applications from the version-matched sample template,
regenerates browser assets, prints routes and package docs, and
applies supported application upgrades.
Development Environment
Generated GoLazy apps use mise as the standard development
environment. lazy new trusts the generated
mise.toml, runs mise install, and validates
the app with the current go on PATH.
Go itself should not be listed in generated app mise.toml
files. Go already bundles multi-version support through the
go directive and toolchain selection.
See Also
Read the Getting Started guide for the full install flow, or inspect the CLI repository.