1.1.34 • Published 9 years ago

gitflow-publisher-jsdoc v1.1.34

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

gitflow-publisher-jsdoc

a JSDoc documentation compiler for gitflow-publisher

VERSION DOWNLOADS ISSUES LICENCE

BUILD STANDARDJS DEPENDENCIES

NPM

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.

1.1.34

9 years ago

1.0.33

10 years ago

1.0.21

10 years ago

1.0.20

10 years ago

1.0.18

10 years ago

1.0.17

10 years ago

1.0.16

10 years ago

1.0.15

10 years ago

1.0.11

10 years ago