nodejs-quickstart-structure 1.1.6 → 1.1.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/templates/common/.prettierrc +7 -0
package/README.md
CHANGED
|
@@ -28,10 +28,10 @@ We don't just generate boilerplate; we generate **production-ready** foundations
|
|
|
28
28
|
|
|
29
29
|
## Installation
|
|
30
30
|
|
|
31
|
-
You can install the tool globally directly from
|
|
31
|
+
You can install the tool globally directly from npm:
|
|
32
32
|
|
|
33
33
|
```bash
|
|
34
|
-
npm install -g
|
|
34
|
+
npm install -g nodejs-quickstart-structure
|
|
35
35
|
```
|
|
36
36
|
|
|
37
37
|
### Manual Installation (For Development)
|
package/package.json
CHANGED