1.1.3 • Published 8 months ago

@mxssfd/typedoc-theme v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@mxssfd/typedoc-theme

Installation

npm install typedoc @mxssfd/typedoc-theme -D

Usage

use script command

typedoc --plugin @mxssfd/typedoc-theme --theme my-theme

or

use typedoc.json

{
  "$schema": "https://typedoc.org/schema.json",
  "plugin": ["@mxssfd/typedoc-theme"],
  "theme": "my-theme"
}