@apppop/bootstrap
v1.0.6
Published
Project bootstrapping tool for AppPop applications
Maintainers
Readme
@apppop/bootstrap
A CLI tool to bootstrap new AppPop projects quickly and easily.
Features
- Interactive project setup
- Git initialization
- Template cloning from official AppPop repository
- Automatic dependency installation
- TypeScript support out of the box
Installation
npm create @apppop/app@latest
# or
yarn create @apppop/app
# or
pnpm create @apppop/appUsage
Just run the create command and follow the interactive prompts:
npm create @apppop/appThe CLI will guide you through:
- Project name selection
- Directory setup
- Git initialization
- Template cloning
- Dependency installation
Requirements
- Node.js >= 18
- npm >= 7
- git
License
MIT
