@togo-framework/cli
v0.2.31
Published
The togo CLI — scaffold and manage togo (Go + React) full-stack apps. Installs the prebuilt binary on postinstall.
Downloads
2,980
Maintainers
Readme
@togo-framework/cli
The togo CLI — scaffold and manage togo (Go + React) full-stack apps.
npm install -g @togo-framework/cli
# then:
togo new my-app
togo --helpOn install, the matching prebuilt binary for your platform (macOS / Linux / Windows ·
x64 / arm64) is downloaded from the GitHub release.
If no prebuilt binary is available but Go is installed, it falls back to go install.
Prefer a single binary with no Node? Use the install script instead:
curl -fsSL https://raw.githubusercontent.com/togo-framework/cli/main/install.sh | shMIT · https://github.com/togo-framework/cli
