server-up-ndot 1.3.2 → 1.3.3
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 +17 -0
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -25,6 +25,20 @@ npm install server-up-ndot
|
|
|
25
25
|
|
|
26
26
|
## Usage
|
|
27
27
|
|
|
28
|
+
note:plz your computer turn on(else do.)
|
|
29
|
+
do:
|
|
30
|
+
```node
|
|
31
|
+
if (!computer.turn.on) {
|
|
32
|
+
computer.turn.on = True
|
|
33
|
+
on()
|
|
34
|
+
}
|
|
35
|
+
else if (EOFerror) {
|
|
36
|
+
console.log("....If EOF occurs during booting, my heart is also at its end.")
|
|
37
|
+
} else {
|
|
38
|
+
console.log("TURN ON THE COMPUTER PLEASSSSSSSE!")
|
|
39
|
+
}
|
|
40
|
+
```
|
|
41
|
+
|
|
28
42
|
Running the server:
|
|
29
43
|
```bash
|
|
30
44
|
npx server-up-ndot dev
|
|
@@ -47,6 +61,9 @@ npx server-up-ndot create myserver
|
|
|
47
61
|
|
|
48
62
|
## 1.3.x
|
|
49
63
|
|
|
64
|
+
### 1.3.3
|
|
65
|
+
- Just joke readme(lmaoooooooooo)
|
|
66
|
+
|
|
50
67
|
### 1.3.2
|
|
51
68
|
- Typo correction
|
|
52
69
|
|