neatnode 3.0.0 → 3.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 +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
#
|
|
1
|
+
# NeatNode
|
|
2
2
|
|
|
3
|
-
**
|
|
3
|
+
**NeatNode** is a plug-and-play CLI that scaffolds clean, production-ready Node.js backends in seconds.
|
|
4
4
|
It comes with pre-built templates, optional CRUD modules, and a modern developer workflow.
|
|
5
5
|
|
|
6
6
|
---
|
|
@@ -20,13 +20,13 @@ It comes with pre-built templates, optional CRUD modules, and a modern developer
|
|
|
20
20
|
## 🧭 Installation
|
|
21
21
|
|
|
22
22
|
```bash
|
|
23
|
-
npm install -g
|
|
23
|
+
npm install -g neatnode
|
|
24
24
|
```
|
|
25
25
|
|
|
26
26
|
or run directly:
|
|
27
27
|
|
|
28
28
|
```bash
|
|
29
|
-
npx
|
|
29
|
+
npx neatnode
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
---
|
|
@@ -34,7 +34,7 @@ npx nodeneat
|
|
|
34
34
|
## ⚙️ Usage
|
|
35
35
|
|
|
36
36
|
```bash
|
|
37
|
-
npx
|
|
37
|
+
npx neatnode
|
|
38
38
|
```
|
|
39
39
|
|
|
40
40
|
* Enter your **project name**
|