0.1.24 • Published 8 months ago

create-nextjs-flex v0.1.24

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

create-nextjs-flex

A flexible Next.js boilerplate creator with optional React Query, Apollo, Zustand, and AI integration.

Installation

Install the package globally using npm:

npm install -g create-nextjs-flex

Usage

To create a new project, run:

create-nextjs-flex <project-name> [options]

Options:

  • -y, --yes: Skip prompts and use default options
  • -v, --version: Output the current version

Examples:

Create a basic Next.js project:

create-nextjs-flex my-app

Features

  • Next.js 13+ with App Router
  • TypeScript
  • Tailwind CSS
  • ESLint
  • Optional integrations:
    • React Query
    • Apollo Client
    • Zustand
    • AI services (OpenAI, Claude, or Vercel AI)
  • Flexible service architecture (functional or class-based)

Project Structure

The generated project will have the following structure:

my-project/
├── src/
│   ├── app/
│   ├── components/
│   ├── lib/
│   ├── services/
│   └── utils/
├── public/
├── .gitignore
├── next.config.js
├── package.json
├── README.md
├── tailwind.config.js
└── tsconfig.json

Additional files and directories will be created based on the options you choose.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License.

0.1.24

8 months ago

0.1.23

8 months ago

0.1.22

8 months ago

0.1.21

8 months ago

0.1.20

8 months ago

0.1.19

8 months ago

0.1.18

8 months ago

0.1.17

8 months ago

0.1.16

8 months ago

0.1.15

8 months ago

0.1.14

8 months ago

0.1.13

8 months ago

0.1.12

8 months ago

0.1.11

8 months ago

0.1.10

8 months ago

0.1.9

8 months ago

0.1.8

8 months ago

0.1.7

8 months ago

0.1.6

8 months ago

0.1.5

8 months ago

0.1.4

8 months ago

0.1.3

8 months ago

0.1.2

8 months ago

0.1.1

8 months ago

0.1.0

8 months ago