Vifu CLI
@consenger/vifu is the public command line package for companion-native agentic games. Use it to create projects, run games locally, test browser builds, and prepare releases.
Install
bash
npm install -g @consenger/[email protected]
vifu --helpFor project-local usage, run it through your package manager:
bash
npm install --save-dev @consenger/[email protected]
npx vifu --helpCommands
| Command | Purpose |
|---|---|
vifu new project <name> | Create a companion-native game project. |
vifu new web-game <name> | Create a browser game project. |
vifu agent run | Generate a game from a prompt. |
vifu run | Run a local Godot or web game project. |
vifu test | Run local test workflows for a game project. |
vifu build | Build a supported game project. |
vifu publish | Publish a prepared web game package. |
vifu auth:login | Sign in for publishing workflows. |
Compatibility alias
The package also installs consenger-cli as a compatibility alias. New docs and examples use vifu.
Related pages
- Quickstart shows how to add companion integration to a browser game.
- Companion SDK documents the browser runtime API.
- Going live covers the release checklist.
