RNA Apidoc • Generate api documentation using TypeScript symbols.
$ npm i @chialab/rna-apidoc -D
$ yarn add @chialab/rna-apidoc -D
import { generate } from '@chialab/rna-apidoc';
await generate([
'path/to/entrypoint.ts',
], 'markdown', 'docs/');
$ npm i @chialab/rna @chialab/rna-apidoc -D
apidoc [options] <files...>
Options:
-O, --output <path> output dir or file
-F, --format <string> the output format (json or markdown)
-h, --help display help for command
RNA Apidoc is released under the MIT license.