server-up-ndot 1.2.4 → 1.2.5
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/package.json +1 -1
- package/readme.md +14 -1
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
Simple server generator and auto library install for Node.js.
|
|
4
4
|
|
|
5
|
+
## Compatibility
|
|
6
|
+
- arm64
|
|
7
|
+
- aarc64
|
|
8
|
+
- termux
|
|
9
|
+
- amd64
|
|
10
|
+
- x86
|
|
11
|
+
- x86_64
|
|
12
|
+
- linux
|
|
13
|
+
- windows
|
|
14
|
+
|
|
5
15
|
## github
|
|
6
16
|
### github:
|
|
7
17
|
`https://github.com/ppccpcpcpc-byte/server-up-ndot`
|
|
@@ -35,12 +45,15 @@ npx server-up-ndot create myserver
|
|
|
35
45
|
|
|
36
46
|
## Patch Notes
|
|
37
47
|
|
|
48
|
+
### 1.2.5
|
|
49
|
+
- Specify OS and compatibility
|
|
50
|
+
|
|
38
51
|
### 1.2.4
|
|
39
52
|
- new github button
|
|
40
53
|
|
|
41
54
|
### 1.2.3
|
|
42
55
|
- open code whit github
|
|
43
|
-
- on this url
|
|
56
|
+
- on this url->[github](https://github.com/ppccpcpcpc-byte/server-up-ndot)
|
|
44
57
|
|
|
45
58
|
### 1.2.2
|
|
46
59
|
- new command `dev`
|