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 2.0.0 to 3.0.0

2

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

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

@@ -1,26 +0,10 @@

# fe-cli
# Next.js Domain & Feature Structure CLI
- Command —> Create Domain , Create Feature
- Create Domain :
- Check if domain ex
- If not create domain
- create (domain) and create inside it:
- _components
- _utils
- _constants
- _apis
- _helpers
- page.tsx
- layout.tsx
- Create feature
- Select Domain
- Check if domain exists:
- if doesn’t exist: create domain first
- if exists
- check if feature not exists:
- _components
- _utils
- _constants
- _apis
- _helpers
- page.tsx
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.
## Installation
Install globally via npm:
```bash
npm i -g create-nextjs-file-structure-cli
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