An open API service indexing awesome lists of open source software.

https://github.com/maewolff/create-nextjs-app-bash-script

Script to generate next.js project
https://github.com/maewolff/create-nextjs-app-bash-script

nextjs prettier-plugin shell-script starter tailwindcss

Last synced: 6 months ago
JSON representation

Script to generate next.js project

Awesome Lists containing this project

README

          

# Automated Next.js Project Creation

This automated shell script allows you to quickly create a new Next.js project with predefined configurations and dependencies.

## Usage

1. Download the `create-nextjs-project.sh` script to your machine.
2. Run the script using the following command:

```bash
./create-nextjs-project.sh
# or bash ./create-nextjs-project

3. Follow the instructions to select the package manager, name your project, install dependencies, etc.

## Features
- Select the package manager (npm, yarn, pnpm, bun).
- Automatically configure style files with Tailwind CSS.
- Install `prettier-plugin-tailwindcss` for better code formatting.
- Optionally install dependencies like `react-query` and `zod`, `vitest`.