CLI tools for Next.js App 🚀.
Stride comes to save your times for initializing Next.js project and keep the consistency across your project structure and source code, but still extensible.
npm install next-stride --save-dev
After installation, you can run stride
command from your terminal depending on your package manager execution (npx
| yarn
| pnpm
)
stride --help
Command | Alias | Description |
---|---|---|
init | Initialize stride scaffolding | |
generate | g | Generate specified stride schematics |
Go to Project Structure & Schematics Documentation
Next Stride is licensed under MIT License