mern-cli-start 1.0.0 → 1.0.1

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 CHANGED
@@ -1,6 +1,14 @@
1
1
  # 🚀 Mern-Cli-Start
2
2
 
3
- This project was generated using **mern-cli-start** — a production-ready MERN stack starter.
3
+ CLI to generate production-ready MERN stack starter app.
4
+
5
+ ---
6
+
7
+ ## Start Command
8
+
9
+ ```
10
+ npx mern-cli-start <project_name>
11
+ ```
4
12
 
5
13
  ---
6
14
 
@@ -93,7 +101,6 @@ Adarsh Shaw
93
101
 
94
102
  - 💼 Developer | MERN Stack Enthusiast
95
103
  - 🚀 Passionate about building scalable and real-world applications
96
- - 🛠️ Creator of create-mern-pro
97
104
  - 🔗 Connect with me
98
105
  - [GitHub](https://github.com/adarsh-279)
99
106
  - [Linkedin](https://www.linkedin.com/in/adarsh-shaw279/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mern-cli-start",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "CLI to generate production-ready MERN apps",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -8,16 +8,19 @@
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/adarsh-279/mern-start.git"
11
+ "url": "git+https://github.com/adarsh-279/mern-cli-start.git"
12
12
  },
13
13
  "keywords": [
14
14
  "mern",
15
15
  "cli",
16
16
  "starter",
17
- "boilerplate"
17
+ "boilerplate",
18
+ "npx",
19
+ "executable",
20
+ "generator"
18
21
  ],
19
22
  "bin": {
20
- "mern-start": "index.js"
23
+ "mern-cli-start": "index.js"
21
24
  },
22
25
  "directories": {
23
26
  "lib": "lib"
@@ -35,7 +38,7 @@
35
38
  "license": "MIT",
36
39
  "type": "module",
37
40
  "bugs": {
38
- "url": "https://github.com/adarsh-279/mern-start/issues"
41
+ "url": "https://github.com/adarsh-279/mern-cli-start/issues"
39
42
  },
40
- "homepage": "https://github.com/adarsh-279/mern-start#readme"
43
+ "homepage": "https://github.com/adarsh-279/mern-cli-start#readme"
41
44
  }
@@ -1,6 +1,6 @@
1
1
  # 🚀 Mern-Cli-Start
2
2
 
3
- This project was generated using **mern-cli-start** — a production-ready MERN stack starter.
3
+ This project was generated using **mern-cli-start** — a production-ready MERN stack starter app.
4
4
 
5
5
  ---
6
6
 
@@ -93,7 +93,6 @@ Adarsh Shaw
93
93
 
94
94
  - 💼 Developer | MERN Stack Enthusiast
95
95
  - 🚀 Passionate about building scalable and real-world applications
96
- - 🛠️ Creator of create-mern-pro
97
96
  - 🔗 Connect with me
98
97
  - [GitHub](https://github.com/adarsh-279)
99
98
  - [Linkedin](https://www.linkedin.com/in/adarsh-shaw279/)