-
Notifications
You must be signed in to change notification settings - Fork 10
Public.API
Table of Contents generated with DocToc
-
Generates jsdoc wiki pages for project of current working directory and updates github wiki with them.
It is assumed that this is run from the root of the project whose wiki should be generated. Additionally the currently checked out branch will be used when generating blob urls to link source examples.
However the github remote and branch can also be set via environment vars as explained in the documentation of jsdoc-githubify which is used by wicked under the hood.
Name Type Description argsObject consumed by wicked
Name Type Argument Description nocleanBoolean <optional>
(false) if true, the temp directory into which wiki is checked out will not be removed when done
nocommit(false)Boolean <optional>
if true, the updated wiki will not be committed automatically
loglevelString <optional>
(info) level at which to log: silly|verbose|info|warn|error|silent
jsdocargsArray.<String> consumed by jsdoc
cbfunction called back when wicked finished generating the wiki page