@nextsparkjs/cli
v0.1.0-beta.44
Published
NextSpark CLI - Complete development toolkit
Readme
@nextsparkjs/cli
CLI tool for NextSpark development workflow.
Installation
The CLI is included with @nextsparkjs/core. You can use it with npx:
npx nextspark <command>Or install globally:
npm install -g @nextsparkjs/cliCommands
Initialize Project
npx nextspark init # Interactive wizard
npx nextspark init --preset saas # Use SaaS preset
npx nextspark init --preset blog # Use Blog preset
npx nextspark init --preset crm # Use CRM presetDevelopment
nextspark dev # Start dev server with active theme
nextspark build # Production build
nextspark registry # Build component registriesDatabase
nextspark migrate # Run database migrationsRequirements
- Node.js 18+
- pnpm recommended
Documentation
Visit nextspark.dev/docs for full documentation.
License
MIT
