typedoc-wrapper
v6.0.0
Published
Wrapper for typedoc and typedoc-plugin-custom-tags
Downloads
46
Readme
typedoc-wrapper
Wrapper for typedoc and typedoc-plugin-custom-tags
Installation
npm i --save-dev typedoc-wrapperUsage
Library
const typedoc = require("typedoc-wrapper");
// Call against your main file or directory
typedoc("./src/index.ts");CLI
tdx <path-to-file> [...typedoc-options]