1.1.34 • Published 8 years ago
gitflow-publisher-jsdoc v1.1.34
gitflow-publisher-jsdoc
a JSDoc documentation compiler for gitflow-publisher
overview
This gitflow-publisher plugin module, compiles the JSDoc Api documentation prior committing and publishing.
usage
var Publisher = require('gitflow-publisher');
var GitflowJSDocPublisher = require('gitflow-publisher-jsdoc');
var publisher = new Publisher();
publisher.use(new GitflowJSDocPublisher({
"config": "./jsdoc.config.json",
"readme": "./README.md"
}))
publisher.publish({...})
goodies
This package also includes a watch process for auto generating the jsdoc documentation on file change
var Publisher = require('gitflow-publisher');
var GitflowJSDocPublisher = require('gitflow-publisher-jsdoc');
var watcher = new GitflowJSDocPublisher({
"config": "./jsdoc.config.json",
"readme": "./README.md"
})
watcher.watch()
copyright and license
Code and documentation copyright 2016 akon. Code released under the MIT license.