typedoc-wrapper

Wrapper for typedoc and typedoc-plugin-custom-tags

Usage no npm install needed!

<script type="module">
  import typedocWrapper from 'https://cdn.skypack.dev/typedoc-wrapper';
</script>

README

typedoc-wrapper

npm version test status documentation status

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");

Documentation

CLI

tdx <path-to-file> [...typedoc-options]