-
docme(readme, args, jsdocargs, cb)
-
Generates jsdocs for non-private members of the project in the current folder. It then updates the given README with the githubified version of the generated API docs.
Parameters:
Name Type Description readmeString path to readme in which the API docs should be updated
argsArray.<String> consumed by docme
Properties
Name Type Argument Description loglevelString <optional>
(info) level at which to log: silly|verbose|info|warn|error|silent
jsdocargsArray.<String> consumed by jsdoc
cbfunction called back when docme finished updating the README
docme
Generates github compatible API documentation from your project's jsdocs and adds them to your Readme.
MIT
12 个版本
安装
npm install docme
yarn add docme
pnpm add docme
bun add docme
