@asynx/create-asynx-next-app 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -6
- package/package.json +10 -4
package/README.md
CHANGED
|
@@ -23,11 +23,6 @@ or using pnpm
|
|
|
23
23
|
pnpm create asynx-next-app my-app
|
|
24
24
|
```
|
|
25
25
|
|
|
26
|
-
# 5️⃣ Clarify template selection (avoid confusion)
|
|
27
|
-
|
|
28
|
-
Add this section:
|
|
29
|
-
|
|
30
|
-
```md
|
|
31
26
|
## Template Selection
|
|
32
27
|
|
|
33
28
|
During setup, you will be prompted to choose a template:
|
|
@@ -37,7 +32,6 @@ During setup, you will be prompted to choose a template:
|
|
|
37
32
|
- **SaaS** — scalable, domain-driven architecture for real products
|
|
38
33
|
|
|
39
34
|
Templates differ only in structure — you own all the code.
|
|
40
|
-
```
|
|
41
35
|
|
|
42
36
|
## No Vendor Lock-in
|
|
43
37
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@asynx/create-asynx-next-app",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Opinionated Next.js App Router scaffolder by Asynx Devs",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -12,10 +12,16 @@
|
|
|
12
12
|
"prepublishOnly": "pnpm build"
|
|
13
13
|
},
|
|
14
14
|
"keywords": [
|
|
15
|
+
"next.js templates",
|
|
15
16
|
"nextjs",
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"",
|
|
17
|
+
"create-next-app",
|
|
18
|
+
"nextjs-cli",
|
|
19
|
+
"nextjs-app-router",
|
|
20
|
+
"scaffold",
|
|
21
|
+
"boilerplate",
|
|
22
|
+
"starter",
|
|
23
|
+
"saas",
|
|
24
|
+
"mvp",
|
|
19
25
|
"asynx"
|
|
20
26
|
],
|
|
21
27
|
"repository": {
|