Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-nextjs-file-structure-cli

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-nextjs-file-structure-cli - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

2

package.json
{
"name": "create-nextjs-file-structure-cli",
"version": "3.0.1",
"version": "3.0.2",
"main": "index.mjs",

@@ -5,0 +5,0 @@ "type": "module",

@@ -1,10 +0,16 @@

# Next.js Domain & Feature Structure CLI
# CLI Helpers for Next.js Project Management
A CLI tool to automate creating domains and features in Next.js projects, organized under `src/app/(protected)`. This tool allows easy setup of folders and files within the Next.js structure, saving you time in scaffolding new sections for your app.
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
Install globally via npm:
To install globally:
```bash
npm i -g create-nextjs-file-structure-cli
npm install -g <your-package-name>
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc