@asynx/create-asynx-next-app 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. package/README.md +2 -5
  2. 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,6 +32,7 @@ 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.
35
+
40
36
  ```
41
37
 
42
38
  ## No Vendor Lock-in
@@ -63,3 +59,4 @@ If you find issues or have ideas:
63
59
  - Reach out via https://asynx.in/contact
64
60
  - 🐙 GitHub: https://github.com/Asynx-Pvt-Ltd/create-asynx-next-app
65
61
  - Improvements, suggestions, and feedback are welcome
62
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asynx/create-asynx-next-app",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
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
- "cli",
17
- "scaffolding",
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": {