backpine
v1.0.14
Published
A CLI tool for creating projects from curated templates
Maintainers
Readme
Backpine CLI
A powerful CLI tool for creating projects from curated templates. Get started quickly with modern, production-ready project templates.
Installation
npm install -g backpineOr use without installing:
npx backpine@latestUsage
Create a new project
# 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-appList available templates
backpine listGet help
backpine --help
backpine create --helpAvailable Templates
- saas-kit - A complete SaaS starter kit with authentication, billing, and more
Features
- 🚀 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
What it does
- 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
License
MIT
