Documentation
¶
Overview ¶
Command nexus is the developer CLI for the nexus framework. The command surface is built on spf13/cobra so subcommand help, flag parsing, completion, and grouping behave the way Go developers expect from kubectl/hugo/cobra-using tools they already know.
Install:
go install github.com/paulmanoni/nexus/cmd/nexus@latest
Subcommands:
nexus new <dir> Scaffold a minimal nexus app. nexus init [dir] Add nexus.toml to an existing project. nexus dev [dir] Run `go run` on the target package, open the dashboard. nexus build Build a deployment binary using overlay-driven shadow code. nexus docs [topic] Show inline documentation; --web opens the README. nexus version Print the CLI version.
Source Files
¶
- apidocs.go
- build.go
- build_embed.go
- client_cmd.go
- client_install.go
- deps.go
- dev.go
- dev_codegen.go
- dev_detect.go
- dev_frontend.go
- dev_pkg.go
- dev_tui.go
- dev_unix.go
- docs.go
- doctor.go
- frontend_build.go
- frontend_hints.go
- generate.go
- generate_frontend.go
- init.go
- init_frontend.go
- lint.go
- main.go
- new.go
- new_templates.go
- packagejson.go
- pki.go
- pki_bundle.go
- pki_init.go
- pki_request.go
- pki_sign.go
- routes.go
- typefetcher.go
- watcher.go
Click to show internal directories.
Click to hide internal directories.