zippy-start
v0.0.5
Published
A CLI tool to quickly set up a React or Next.js project using boilerplate templates
Maintainers
Readme
zippy-start - React/Next.js boilerplate templates.
A CLI tool to quickly set up a React or Next.js project using boilerplate templates.
Features
- Supports both React and Next.js boilerplate templates
- Clones React boilerplate repository from aHasnat1997/React-Boilerplate
- Clones Next.js boilerplate repository from Rashad-Stack/next_js_boiler_plate
- Supports multiple package managers (npm, yarn, pnpm, bun)
- Interactive CLI interface
- Easy project setup
Installation
You can install and run the CLI tool directly using npx:
npx zippy-start@latestOr install it globally:
npm install -g zippy-startUsage
Using npx (Recommended)
npx zippy-start@latestUsing globally installed package
zippy-startOptions
zippy-start [project-name] [-d directory] [-f framework]project-name- The name of your project (optional, will be prompted if not provided)-d, --dir- Specify the directory to create the project in-f, --framework- Specify the framework to use (react or nextjs)
Examples
# Create a project with prompted name and framework selection
npx zippy-start@latest
# Create a React project named "my-app"
npx zippy-start@latest my-app -f react
# Create a Next.js project named "my-next-app"
npx zippy-start@latest my-next-app -f nextjs
# Create a project in a specific directory
npx zippy-start@latest my-app -d ./projects/my-appPackage Manager Support
The CLI will prompt you to select your preferred package manager:
- npm (default)
- yarn
- pnpm
- bun
Requirements
- Node.js >= 14.0.0
- Git
License
MIT
Author
aHasnat1997
