Documentation
¶
Overview ¶
Command nexus is the developer CLI for the nexus framework. It is a thin wrapper around a few common tasks — scaffolding a project, booting it with a friendly banner — that don't warrant pulling in a heavy CLI library.
Install:
go install github.com/paulmanoni/nexus/cmd/nexus@latest
Commands:
nexus new <dir> Scaffold a minimal nexus app (go.mod + main.go + a module). nexus dev [dir] Run `go run` on the target package and open the dashboard. nexus version Print the CLI version.
Click to show internal directories.
Click to hide internal directories.