-
<static> wicked(args, jsdocargs, cb)
-
Generates jsdoc wiki pages for project of current working directory and updates github wiki with them.
Note
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.
Parameters:
Name Type Description args
Object consumed by wicked
Properties
Name Type Argument Description noclean
Boolean <optional>
(false) if true, the temp directory into which wiki is checked out will not be removed when done
nocommit
Boolean <optional>
(false) if true, the updated wiki will not be committed automatically
toc
Boolean <optional>
(false) if true, a table of contents is added to each generated wiki
loglevel
String <optional>
(info) level at which to log: silly|verbose|info|warn|error|silent
jsdocargs
Array.<String> consumed by jsdoc
cb
function called back when wicked finished generating the wiki page
Maintenance
Commit Frequency
Further analysis of the maintenance status of wicked based on released npm versions cadence, the repository activity, and other data points determined that its maintenance is Inactive.
An important project maintenance signal to consider for wicked is that it hasn't seen any new versions released to npm in the past 12 months, and could be considered as a discontinued project, or that which receives low attention from its maintainers.
In the past month we didn't find any pull request activity or change in issues status has been detected for the GitHub repository.