{"id":18905,"library":"vona-cli","title":"Vona CLI","description":"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.","status":"active","version":"1.1.53","language":"javascript","source_language":"en","source_url":null,"tags":["javascript","framework","vona"],"install":[{"cmd":"npm install vona-cli","lang":"bash","label":"npm"},{"cmd":"yarn add vona-cli","lang":"bash","label":"yarn"},{"cmd":"pnpm add vona-cli","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"Default export, ESM-only; CommonJS require not supported.","wrong":"const VonaCLI = require('vona-cli')","symbol":"VonaCLI","correct":"import VonaCLI from 'vona-cli'"}],"quickstart":{"code":"import VonaCLI from 'vona-cli';\nconst cli = new VonaCLI();\ncli.run(['init', '--name', 'my-project']);\n// Or use the CLI directly from the terminal:\n// $ npx vona init --name my-project","lang":"javascript","description":"Shows how to programmatically run the CLI and also the terminal command. Uses default import and a simple init command."},"warnings":[{"fix":"Ensure 'vona' is installed (npm install vona) before using CLI.","message":"The CLI assumes the Vona framework is installed globally or locally. If not present, commands may fail.","severity":"gotcha","affected_versions":">=1.0.0"},{"fix":"Use 'scaffold' command instead.","message":"The 'generate' command is deprecated in v1.1.0 and will be removed in v2.0.0.","severity":"deprecated","affected_versions":">=1.1.0"}],"env_vars":null,"last_verified":"2026-04-25T00:00:00.000Z","next_check":"2026-07-24T00:00:00.000Z","problems":[{"fix":"Run 'npm install vona' in your project directory.","cause":"Vona framework not installed when CLI attempts to use it.","error":"Error: Cannot find module 'vona'"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}