https://github.com/separatrixxx/nextjs-setup-script
⚙️ A script to set up a Next.js project with additional configurations
https://github.com/separatrixxx/nextjs-setup-script
commanderjs inquirerjs nextjs react shelljs typescript
Last synced: 8 months ago
JSON representation
⚙️ A script to set up a Next.js project with additional configurations
- Host: GitHub
- URL: https://github.com/separatrixxx/nextjs-setup-script
- Owner: separatrixxx
- License: mit
- Created: 2024-06-28T18:11:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T17:12:03.000Z (about 1 year ago)
- Last Synced: 2025-04-30T20:34:09.693Z (8 months ago)
- Topics: commanderjs, inquirerjs, nextjs, react, shelljs, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/nextjs-setup-script
- Size: 13.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Next.js Setup Script
A script to set up a Next.js project with additional configurations by separatrix
## Usage
- Open your terminal
- Run the following command, replacing with your desired project name:
```bash
npx nextjs-setup
#or
npm run build
npm run start
```
- The script will create a new Next.js project with the specified name and apply additional configurations
## Features
- Sets up a new Next.js project with TypeScript and ESLint
- Installs additional packages like Redux Toolkit, axios, date-fns, etc
- Configures Stylelint and updates tsconfig.json
- Creates necessary directories and files
- Updates package.json with additional scripts