nsbp-cli 0.2.17 → 0.2.19

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
@@ -147,7 +147,7 @@ node ./bin/nsbp.js --help # Test CLI locally
147
147
 
148
148
  - **Package Name**: `nsbp-cli`
149
149
  - **Bin Command**: `nsbp` (install globally and run `nsbp --help`)
150
- - **Version**: `0.2.17`
150
+ - **Version**: `0.2.19`
151
151
  - **Dependencies**: chalk, commander, fs-extra, inquirer
152
152
  - **Package Manager**: Uses pnpm (also compatible with npm)
153
153
  - **Node Version**: >=16.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nsbp-cli",
3
- "version": "0.2.17",
3
+ "version": "0.2.19",
4
4
  "description": "CLI tool for creating NSBP (Node React SSR by Webpack) projects",
5
5
  "main": "index.js",
6
6
  "homepage": "https://nsbp.erishen.cn/",
@@ -0,0 +1,53 @@
1
+ .DS_Store
2
+ Thumbs.db
3
+
4
+ # Dependencies
5
+ node_modules
6
+ package-lock.json
7
+ yarn.lock
8
+ pnpm-lock.yaml
9
+
10
+ # Build outputs
11
+ build
12
+ dist
13
+ public/js
14
+ public/css
15
+ public/client.*
16
+ public/*.js
17
+ public/*.js.map
18
+ public/*.txt
19
+ public/*.json
20
+ .temp_cache
21
+
22
+ # Environment variables
23
+ .env
24
+ .env.local
25
+ .env.*.local
26
+
27
+ # Logs
28
+ logs
29
+ *.log
30
+ npm-debug.log*
31
+ yarn-debug.log*
32
+ yarn-error.log*
33
+ pnpm-debug.log*
34
+
35
+ # Testing
36
+ coverage
37
+ .nyc_output
38
+
39
+ # Development tools
40
+ .serena
41
+ .vscode
42
+ .idea
43
+ *.swp
44
+ *.swo
45
+ *~
46
+
47
+ # OS
48
+ .DS_Store
49
+ .DS_Store?
50
+ ._*
51
+ .Spotlight-V100
52
+ .Trashes
53
+ ehthumbs.db