1.1.0 • Published 7 years ago

typedoc-clarity-theme v1.1.0

Weekly downloads
547
License
MIT
Repository
github
Last release
7 years ago

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.