@johancdev/typedoc-theme
v1.0.2
Published
- demo - [example](https://mengxinssfd.github.io/typedoc-theme/) - [request-template](https://mengxinssfd.github.io/request-template/) - [example-code](https://github.com/mengxinssfd/typedoc-theme/tree/main/example)
Downloads
3
Readme
@nolosay/typedoc-theme
Installation
npm install typedoc @nolosay/typedoc-theme -D
Usage
use script command
typedoc --plugin @nolosay/typedoc-theme --theme my-theme
or
use typedoc.json
{
"$schema": "https://typedoc.org/schema.json",
"plugin": ["@nolosay/typedoc-theme"],
"theme": "my-theme"
}