Complete reference for all NextReady CLI commands, scripts, and development tools. Master your development workflow with our comprehensive command-line interface.
npm run setup to get started with the interactive setup wizard, or npm run validate to check your current configuration.npm run setup--skip-databaseSkip database configuration--skip-authSkip authentication setup--minimalUse defaults without promptsnpm run setupFull interactive setup wizard
npm run setup -- --minimalQuick setup with minimal prompts
npm run validate--fixAuto-fix common issues automaticallynpm run validateRun full project validation
npm run validate -- --fixValidate and fix issues automatically
npm run customize--brandConfigure branding only--themeConfigure theme only--featuresConfigure features onlynpm run customizeInteractive customization wizard
npm run customize -- --brandBrand customization only
npm run devnpm run buildnpm startnpm run type-checknpm run lintnpm run lint:fixnpm run formatnpm run format:check