typedoc-plugin-jekyll
v0.1.0
Published
Creates a .nojekyll file in the output directory
Downloads
34
Maintainers
Readme
typedoc-plugin-jekyll
A plugin for TypeDoc that creates a .nojekyll file in the output directory.
Installation
npm i -D typedoc-plugin-jekyll typedoc
# yarn add -D typedoc-plugin-jekyll typedocUsage
TypeDoc automatically loads all installed plugins, so just run the typedoc command:
npx typedoc
# yarn typedoc