A powerful CLI tool for creating projects from curated templates. Get started quickly with modern, production-ready project templates.
npm install -g backpineOr use without installing:
npx backpine@latest# Create project in current directory
backpine create saas-kit
# or
npx backpine@latest create saas-kit
# Create project in a new directory
backpine create saas-kit --name my-awesome-app
# or
npx backpine@latest create saas-kit --name my-awesome-appbackpine listbackpine --help
backpine create --help- saas-kit - A complete SaaS starter kit with authentication, billing, and more
- 🚀 Fast setup - Get a new project running in seconds
- 🎯 Curated templates - Production-ready templates with best practices
- 🔧 Smart initialization - Automatically sets up git repository and updates package.json
- 🎨 Beautiful output - Colored terminal output with progress indicators
- Clones the selected template repository
- Removes git history from the template
- Updates project name in package.json (if --name is provided)
- Initializes a fresh git repository
MIT