@node-core/doc-kit is a tool to generate API documentation of Node.js. See this issue for more information.
Usage
Local invocation:
$ npx doc-kit --help
$ node bin/cli.mjs --help
Usage: @node-core/doc-kit [options] [command]
CLI tool to generate the Node.js API documentation
Options:
-h, --help display help for command
Commands:
generate [options] Generate API docs
interactive Launch guided CLI wizard
help [command] display help for command
@node-core/doc-kitis a tool to generate API documentation of Node.js. See this issue for more information.Usage
Local invocation:
generateinteractiveExamples
Legacy
To generate a 1:1 match with the legacy tooling, use the
legacy-html,legacy-json,legacy-html-all, andlegacy-json-allgenerators.Redesigned
To generate our redesigned documentation pages, use the
webandorama-db(for search) generators.