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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # NodeNeat
1
+ # NeatNode
2
2
 
3
- **NodeNeat** is a plug-and-play CLI that scaffolds clean, production-ready Node.js backends in seconds.
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 nodeneat
23
+ npm install -g neatnode
24
24
  ```
25
25
 
26
26
  or run directly:
27
27
 
28
28
  ```bash
29
- npx nodeneat
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 nodeneat
37
+ npx neatnode
38
38
  ```
39
39
 
40
40
  * Enter your **project name**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "neatnode",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Plug & Play Node.js backend starter templates — build REST APIs, socket servers, and more in seconds.",
5
5
  "bin": {
6
6
  "neatnode": "./bin/index.js"