folder-generator 1.3.7 → 1.3.8
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,12 +18,12 @@ A powerful CLI tool that generates complete folder structures from simple text d
|
|
|
18
18
|
|
|
19
19
|
### Global Installation (Recommended)
|
|
20
20
|
```bash
|
|
21
|
-
npm install -g folder-
|
|
21
|
+
npm install -g folder-generator
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
### Local Installation
|
|
25
25
|
```bash
|
|
26
|
-
npm install folder-
|
|
26
|
+
npm install folder-generator --save-dev
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
## 🚀 Usage
|