Skip to content

MaeWolff/create-nextjs-app-bash-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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:

    ./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.

Releases

No releases published

Packages

No packages published

Languages