create-nextjs-file-structure-cli
Advanced tools
Comparing version 3.0.3 to 3.0.4
{ | ||
"name": "create-nextjs-file-structure-cli", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"main": "index.mjs", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -16,2 +16,16 @@ # CLI Helpers for Next.js Project Management | ||
```bash | ||
npm install -g <your-package-name> | ||
npm install -g create-nextjs-file-structure-cli | ||
``` | ||
```bash | ||
yarn add -D create-nextjs-file-structure-cli | ||
``` | ||
## Usage | ||
```bash | ||
npx create-domain <domain-name> | ||
``` | ||
```bash | ||
npx create-feature <feature-name> | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6145
30