chillypotato-cli
v2.0.2
Published
CLI for ChillyPotato - Modern project scaffolding platform
Maintainers
Readme
chillypotato-cli
CLI for ChillyPotato - Modern project scaffolding platform
Quick Start
npx chillypotato-cliInstallation
# Global installation
npm install -g chillypotato-cli
# Run directly
npx chillypotato-cliUsage
Create New Project
# Interactive mode
chillypotato
# With template
chillypotato my-app --template react-tailwind
# Skip prompts
chillypotato my-app --template react-tailwind --yesList Templates
chillypotato list
chillypotato list --category frontend
chillypotato list --tag reactUpgrade Project
chillypotato upgrade
chillypotato upgrade --dry-runHealth Check
chillypotato doctor
chillypotato doctor --fixOptions
Global Options
-v, --version- Output version-h, --help- Display help
New Project Options
-t, --template <name>- Template to use-y, --yes- Skip prompts--skip-git- Skip git initialization--skip-install- Skip dependency installation--dry-run- Preview without creating files--verbose- Detailed output
Environment Variables
CHILLYPOTATO_REGISTRY_URL- Custom registry URLDEBUG- Enable debug logging
Available Templates
react-tailwind- React + Tailwind CSS + TypeScript + Vitenext-tailwind- Next.js + Tailwind CSS + TypeScriptnode-express- Express + TypeScript + REST APInest-microservices- NestJS + Microservices
License
MIT © ChillyPotato Team
