1.0.3 • Published 8 years ago

nodejs-chm-generator v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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/