Skip to content

pihart/typedoc-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]