The man-page generator creates a Unix man page version of the Node.js CLI documentation in mdoc format.
Attributes
output:
stringThe directory where the man page file will be written.
fileName?:
stringName of the output file.
Default:
'node.1'
.cliOptionsHeaderSlug?:
stringSlug for the CLI options header section.
Default:
'options'
.envVarsHeaderSlug?:
stringSlug for the environment variables header
section.
Default:
'environment-variables-1'
.templatePath?:
stringPath to the man page template file.
Default:
'template.1'
.