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