https://github.com/imbios/next-scalable
https://github.com/imbios/next-scalable
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/imbios/next-scalable
- Owner: ImBIOS
- Created: 2022-12-28T09:17:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-29T10:48:53.000Z (about 2 years ago)
- Last Synced: 2025-01-13T18:51:04.646Z (5 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next Scalable
The easiest way to add Scalable Architecture to your Next.js project by using `next-scalable`. This CLI tool enables you to quickly start building a new Next.js application with ESLint + Prettier, Husky, CommitLint, Component Template, Storybook, and set up many more for you. To get started, use the following command:
## Get Started
You can create a new project or add this scalable architecture to your existing project interactively by running:
```bash
npx next-scalable
# or
pnpm dlx next-scalable
```## Why use Next Scalable?
`next-scalable` allows you to create a new Next.js app with community recommended scalable architecture within seconds. It is maintained by community of Next.js enthusiast, and includes a number of benefits:
- [ ] **Engine Locking**: Next Scalable will automatically lock your engine version to the latest LTS version of Node.js.
- [ ] **Git Setup**: Next Scalable will automatically set up your git repository and add a `.gitignore` file.
- [ ] **Code Formatting & Quality Tools**: Next Scalable will automatically set up ESLint + Prettier with the recommended configuration.
- [ ] **Git Hooks**: Next Scalable will automatically set up Husky and CommitLint to ensure your code quality.
- [ ] **VS Code Configuration**
- [ ] **Debugging**
- [ ] **Directory Structure**
- [ ] **Adding Storybook**
- [ ] **Creating Component Template**