Skip to content

Vifu CLI

Package@consenger/[email protected]
RuntimeNode.js CLI
StatusPublic alpha

@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 --help

For project-local usage, run it through your package manager:

bash
npm install --save-dev @consenger/[email protected]
npx vifu --help

Commands

CommandPurpose
vifu new project <name>Create a companion-native game project.
vifu new web-game <name>Create a browser game project.
vifu agent runGenerate a game from a prompt.
vifu runRun a local Godot or web game project.
vifu testRun local test workflows for a game project.
vifu buildBuild a supported game project.
vifu publishPublish a prepared web game package.
vifu auth:loginSign in for publishing workflows.

Compatibility alias

The package also installs consenger-cli as a compatibility alias. New docs and examples use vifu.