Start the app:
Load the app, searching all the needed infos to run the app correctly
Name | Type | Description |
---|---|---|
options | null or Object | The options for the app |
The source files names, included the path since theConfig.srcDir
A const to use when exit the app due to a bad parameter
Clean the previously created files, to avoid deprecated files in the documentation.
Complete theConfig object from the app parameters
Name | Type | Description |
---|---|---|
options | null or Object | The options for the app |
Read recursively the contains of a directory and store all the js files found in the #sourceFileNames property
Name | Type | Description |
---|---|---|
dir | String | The directory to read. It's a relative path, starting at theConfig.srcDir ( the path given in the --src parameter ) |
Validate a path:
Name | Type | Description |
---|---|---|
path | String | The path to validate |