typedoc-clarity-theme
v1.1.0
Published
A custom typedoc theme generating less cluttered API docs
Downloads
19,435
Readme
Clarity theme for TypeDoc
TypeDoc is a documentation generator for TypeScript projects.
Usage
$ npm install typedoc typedoc-clarity-theme --save-dev
$ node_modules/.bin/typedoc --theme node_modules/typedoc-clarity-theme/bin --out doc path/to/ts/dir
See TypeDoc documentation (http://typedoc.io/) to learn more about TypeDoc.