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
- Host: GitHub
- URL: https://github.com/maewolff/create-nextjs-app-bash-script
- Owner: MaeWolff
- Created: 2024-06-02T15:38:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-02T15:51:43.000Z (almost 2 years ago)
- Last Synced: 2025-02-10T06:41:46.618Z (about 1 year ago)
- Topics: nextjs, prettier-plugin, shell-script, starter, tailwindcss
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.