create-nextjs-file-structure-cli
v3.0.9
Published
A set of CLI tools designed to streamline the creation of domains and features within a Next.js project. These helpers automate folder structure setup, ensuring consistency and saving time for developers working with Next.js.
Downloads
82
Maintainers
Readme
TAI CLI Helper for Next.js Project Management
A set of CLI tools designed to streamline the creation of domains and features within a Next.js project. These helpers automate folder structure setup, ensuring consistency and saving time for developers working with Next.js.
Features
- Domain & Feature Generation: Quickly set up essential files and folders for new domains and features.
- Automatic Structure: Generates folders for components, utilities, constants, APIs, helpers, and default files for pages and layouts.
- Simple & Efficient: Clean CLI interface to help manage your Next.js project with ease.
Installation
To install globally:
npm install -g create-nextjs-file-structure-cli
yarn add -D create-nextjs-file-structure-cli
Usage
npx create-domain <domain-name>
npx create-feature <feature-name>