DJaegerScript / next-stride

CLI tools for Next JS App πŸš€

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next Stride

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.

Installation

npm install next-stride --save-dev

Usage

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

Project Structure & Schematics

Go to Project Structure & Schematics Documentation

License

Next Stride is licensed under MIT License

About

CLI tools for Next JS App πŸš€

License:MIT License


Languages

Language:TypeScript 97.8%Language:JavaScript 2.0%Language:Shell 0.2%