chm-manual

0.0.2 • Public • Published

chm-manual

Creation of NodeJS API manual docs in CHM HTML Help format from original sources in http://nodejs.org/api/all.json

Installation

npm install chm-manual

Usage

makeManual(workdir, [callback])

* should have rights to create and write to specified working directory
* HTML Help Workshop compiler should be installed in a system and defined in system PATH
	http://www.microsoft.com/en-us/download/details.aspx?id=21138
var man = require('chm-manual');
 
man.makeManual('manual', function() {
    console.log('finished');
});

Readme

Keywords

none

Package Sidebar

Install

npm i chm-manual

Weekly Downloads

1

Version

0.0.2

License

none

Last publish

Collaborators

  • lord