{"library":"nuxi","type":"library","category":null,"description":"Nuxi is the official Command Line Interface (CLI) for the Nuxt.js framework, providing essential tools for project initialization, development, building, and management. As of its current stable version 3.34.0, Nuxi maintains a rapid release cadence with frequent minor and patch updates, indicating active development and continuous improvement. It differentiates itself by offering a tightly integrated experience for Nuxt developers, including features like interactive project creation with module selection, shell completions, and simplified command structures for common tasks. Nuxi abstracts away much of the underlying build tool complexity, allowing developers to focus on application logic within the Nuxt ecosystem. It requires Node.js version 16.10.0 or higher, or 18.0.0 or higher.","language":"javascript","status":"active","version":"3.34.0","tags":["javascript","typescript"],"install":[{"cmd":"npm install nuxi","imports":["npx nuxi <command>","\"scripts\": { \"dev\": \"nuxi dev\", \"build\": \"nuxi build\", \"preview\": \"nuxi preview\" }","import { runMain } from 'nuxi/dist/shared/nuxi';\n\nasync function executeNuxiCommand() {\n  // Example: Programmatically run 'nuxi build ./path/to/my-project'\n  await runMain(['build', './path/to/my-project']);\n  console.log('Nuxt build completed programmatically.');\n}\n\nexecuteNuxiCommand();"]},{"cmd":"yarn add nuxi","imports":[]},{"cmd":"pnpm add nuxi","imports":[]}],"homepage":"https://nuxt.com","github":"https://github.com/nuxt/cli","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/nuxi","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/nuxi/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Tue Jul 21","install_tag":null}}