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

https://github.com/imbios/next-scalable


https://github.com/imbios/next-scalable

Last synced: 3 months ago
JSON representation

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**