funcunit
Version:
<!-- @hide title
31 lines (17 loc) • 1.07 kB
Markdown
{{}} documentjs.configured.projectConfig projectConfig
documentjs.configured.types
The configuration options for a project to retrieve and document.
{String} source The source location of the project.
{String} [version] The version name of the project.
{String} [path] The location of where the project should be
installed. The default
{String} [simulatedPath] Where the project appears to be installed if it is not being
copied to that location. This is typically set autmatically when a command line
overwrite is provided.
{Boolean} [skipGet=false] The project's resource will not be retrieved. The
documentation will produced from `simulatedPath`. This is typically set autmatically when a command line
overwrite is provided.
{Boolean} [npmInstall=false] Use npm to install the resource.
{DocumentJS.docConfig} [docConfig] The full docConfig of this project. If
provided, `documentjs.json` will not be read.
{Boolean} [watch=false] If true, setup a watch and regenerate.