server-up-ndot 1.1.5 → 1.1.7

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +51 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "server-up-ndot",
3
- "version": "1.1.5",
3
+ "version": "1.1.7",
4
4
  "description": "server toolkit",
5
5
  "main": "index.js",
6
6
  "bin": {
package/readme.md CHANGED
@@ -1,18 +1,51 @@
1
- # patch note
2
-
3
- ## 1.1.x
4
-
5
- - 1.1.2
6
- - Fix security issues
7
- - delete package body-parser
8
- - fix lisense
9
-
10
- - 1.1.3
11
- - Fix security issues
12
- - delete package koa
13
- - 1.1.4
14
- - Fix security issues
15
- - delted package node-fetch,formdata-polyfill,fetch-blob
16
- - 1.1.5
17
- - Edit readme.md
18
- - New sample code
1
+ # server-up-ndot
2
+
3
+ Simple server generator and auto library install for Node.js.
4
+
5
+ ## Install
6
+
7
+ server library install:
8
+ ```bash
9
+ npm install server-up-ndot
10
+ ```
11
+
12
+ ## Usage
13
+
14
+ Create a new server project:
15
+
16
+ ```bash
17
+ npx server-up-ndot create <project-folder>
18
+ ```
19
+
20
+ Example:
21
+
22
+ ```bash
23
+ npx server-up-ndot create myserver
24
+ ```
25
+
26
+ ## Patch Notes
27
+
28
+ ###1.1.7
29
+ - edit readme.md
30
+
31
+ ### 1.1.6
32
+ - **real** edit `README.md` (* ̄∇ ̄)ノ
33
+
34
+ ### 1.1.5
35
+ - Edit `README.md`
36
+ - New sample code
37
+
38
+ ### 1.1.4
39
+ - Fix security issues
40
+ - deleted package `node-fetch`
41
+ - deleted package `formdata-polyfill`
42
+ - deleted package `fetch-blob`
43
+
44
+ ### 1.1.3
45
+ - Fix security issues
46
+ - deleted package `koa`
47
+
48
+ ### 1.1.2
49
+ - Fix security issues
50
+ - deleted package `body-parser`
51
+ - Fix license