@bytesoftio/docster

Create api documentation for TypeScript projects, forked from TypeDoc

Usage no npm install needed!

<script type="module">
  import bytesoftioDocster from 'https://cdn.skypack.dev/@bytesoftio/docster';
</script>

README

@bytesoftio/docster

Forked from typedoc. This version comes with syntax highlighting powered by shiki and library mode enabled by default, that is described here.

Installation

yarn add @bytesoftio/docster or npm install -S @bytesoftio/docster

Usage

docster src/index.ts --out docs

Check out the typedoc docs for more details.