You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Node.js Offline Document API (NODe API) module allows anyone to create an offline version of the Node.js documentation.
9
+
10
+
The Node.js Offline Document API (NODe API) module allows anyone to create an offline version of the Node.js documentation for any version of Node.js.
12
11
13
12
## Requirements
14
13
15
-
This module has been created to work with Node.js versions greater than 4.0.0, but many older versions will work, but it has not been tested or created to support these older versions.
14
+
While you can create documentation for any version of Node.js, this module has been created versions greater than 4.0.0 in mind. Since it has been created with ES5 for compatibility, older versions will work, but it has not been tested or created to support these older versions.
15
+
16
+
17
+
### Installation
18
+
19
+
You can clone this repository, or install via NPM.
You can also use NODe as your own script simply to pull and create Node.js documentation.
48
-
49
-
After cloning the repository: https://github.com/3DEsprit/node-offline-api.git
72
+
By default the build can be quite verbose when creating the documents. If you would prefer that the builds be silent, the buildQuiet option is offered allowing the build to complete silently, except when actual errors occur.
50
73
51
74
```
52
-
$ npm i
75
+
buildOptions.buildQuiet: true
53
76
```
54
77
55
-
_or_
56
78
57
-
```
58
-
$ yarn install
59
-
```
79
+
### As a Script
80
+
81
+
You can also use NODe as your own script simply to pull and create Node.js documentation.
60
82
61
83
```
62
84
$ npm start
@@ -84,6 +106,6 @@ $ node app/ -f [folder]
84
106
85
107
## License
86
108
87
-
The Node Offline Doucmentation API is under the MIT license.
109
+
The Node Offline Doucmentation API has been written with the []().
88
110
89
111
The Node.js Document API is property of the [Node.js Project](https://github.com/nodejs/node). [Node.js License](https://github.com/nodejs/node/blob/master/LICENSE)
0 commit comments