@talosjs/cli) scaffolds applications, modules, controllers, services, and other resources from code generation templates. It exposes two binaries, talos and its short alias oo, which are interchangeable.
Prerequisites
The CLI runs on Bun. Install Bun before installing the CLI:Global installation
Install the CLI globally with Bun:talos and oo resolve to the same binary, so every command in this section can be run with either name:
bunx:
Zsh completions
The CLI ships context-aware Zsh completions for both theoo and talos binaries, including per-command option suggestions. Install them with:
~/.zsh/_oo and ~/.zsh/_talos. Then add the following to your ~/.zshrc if it is not already present, so Zsh can find and load the completions: