@mstfucrr/create-next-template
v1.2.1
Published
A CLI tool to generate customizable Next.js projects with Prettier and other features.
Maintainers
Readme
@mstfucrr/create-next-template
@mstfucrr/create-next-template is a CLI tool to generate customizable Next.js projects with Prettier, Tailwind, and more.
Installation
You can use this template in two ways:
Option 1: Using npx (Recommended)
npx @mstfucrr/create-next-templateOption 2: Global Installation
npm install -g @mstfucrr/create-next-template
create-next-templateUsage
Run the template using either method above.
The CLI will guide you through the following options:
- Project name
- Next.js version
- Additional features:
- Axios for HTTP requests
- Zod for schema validation
- React Hook Form for form handling
- Shadcn UI for components
- Authorization setup
- Tailwind CSS v4 conversion
The tool will automatically:
- Set up a Next.js project with TypeScript
- Configure Tailwind CSS
- Add ESLint
- Set up Prettier
- Create a recommended folder structure
- Install selected dependencies
- Convert CSS variables to OKLCH format (if Tailwind CSS v4 is selected)
Once the installation is complete, navigate to your project:
cd your-project-name
pnpm devFeatures
- 🎨 Tailwind CSS integration with v4 support
- 📝 TypeScript support
- 🎯 ESLint configuration
- 💅 Prettier setup
- 📦 PNPM package manager
- 🏗️ Recommended project structure
- 🔧 Optional integrations:
- Axios
- Zod
- React Hook Form
- Shadcn UI
- Authorization setup
- Tailwind CSS v4 conversion with OKLCH color format
