0.0.11 • Published 7 years ago
typedoc-dark-theme v0.0.11
A Dark Theme for TypeDoc
This is a plugin made to be used with TypeDoc

Installation
npm install typedoc-dark-theme --save-dev yarn add typedoc-dark-theme To generate your documentation, use:
npx typedoc --out docs ./src/ --theme ./node_modules/typedoc-dark-theme/bin/default/Edited the great work from Sebastian Lenz on typedoc-default-themes.