create-nextjs-file-structure-cli
Advanced tools
Comparing version 1.0.0 to 2.0.0
{ | ||
"name": "create-nextjs-file-structure-cli", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"main": "index.mjs", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -1,1 +0,26 @@ | ||
# fe-cli | ||
# fe-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 |
4478
27