typedoc-clarity-theme

A custom typedoc theme generating less cluttered API docs


License
MIT
Install
npm install typedoc-clarity-theme@1.1.0

Documentation

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.