Registry / web-framework / vona-cli

vona-cli

JSON →
library1.1.53jsnpmunverified

The Vona CLI is a command-line interface for the Vona framework, version 1.1.53. It provides tooling for scaffolding, building, and managing Vona projects. The package is designed to streamline development workflows within the Vona ecosystem, with a focus on simplicity and integration. Active development is ongoing, with releases every few weeks. Key differentiator: tightly coupled with Vona framework for seamless project management.

npm install vona-cli
INSTALL
IMPORT
SIG · VONA-CLI
V
vona-cli
web-frameworkjavascriptv1.1.53
Install
—
Import
—
Disk
—
Pass rate
0/ 6
Env Coverage0 / 6
glibc
18–22
musl
18–22
Install & Compatibility
Where this runs
tested against v? · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18–226 runs
build_error
glibc
node 18–226 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

VonaCLI
✓ import VonaCLI from 'vona-cli'
✗ const VonaCLI = require('vona-cli')
Default export, ESM-only; CommonJS require not supported.

Shows how to programmatically run the CLI and also the terminal command. Uses default import and a simple init command.

import VonaCLI from 'vona-cli'; const cli = new VonaCLI(); cli.run(['init', '--name', 'my-project']); // Or use the CLI directly from the terminal: // $ npx vona init --name my-project
vona --version
Debug
Known issues
gotchaThe CLI assumes the Vona framework is installed globally or locally. If not present, commands may fail.
fix
Ensure 'vona' is installed (npm install vona) before using CLI.
affects: >=1.0.0
deprecatedThe 'generate' command is deprecated in v1.1.0 and will be removed in v2.0.0.
fix
Use 'scaffold' command instead.
affects: >=1.1.0
Errors
Common errors & fixes
Error: Cannot find module 'vona'
Vona framework not installed when CLI attempts to use it.
fix
Run 'npm install vona' in your project directory.
Upgrade
Version history
1.1.53latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
OpenAI (training)
1
Resources
vona-cli — npm install vona-cli · libregistry