nodejs-chm-generator
v1.0.3
Published
Generate nodejs.chm documentation
Downloads
8
Maintainers
Readme
Generate nodejs.chm documentation
Generate Microsoft HTML Help (CHM) file for Node.js site
Latest version
https://nodejs.org/docs/latest/api/
Start
Run
npm install
Then
npm start
or
node create.js
Usage
const Manual = require('nodejs-chm-generator');
// or const Manual = require('nodejs-chm-generator/manual.class');
const manual = new Manual('docs');
manual.make();
To generate help file for other versions than 'latest'
change 'nodeVersion' in 'config.js' file
example: nodeVersion = 'v4.0.0'
To see what versions you can generate visit:
https://nodejs.org/docs/