Socket
Book a DemoInstallSign in
Socket
g

gerrit0

npm

Packages

Current Co-maintainers

Former Co-maintainers

17 packages

@gerrit0/broken-link-checker

Check for broken links on a site.

@gerrit0/dummy

--- title: Vision ---

@gerrit0/mini-shiki

This is a re-bundled version of [Shiki](https://shiki.style/) which strips out the dependencies which aren't necessary for [TypeDoc](https://typedoc.org/)'s usage.

@gerrit0/shiki

shiki

@gerrit0/typedoc

Create api documentation for TypeScript projects.

@gerrit0/typedoc-default-themes

Default themes for TypeDoc.

typedoc

Create api documentation for TypeScript projects.

typedoc-custom-theme-demo

Example of creating a custom TypeDoc theme, see [src/index.tsx](https://github.com/Gerrit0/typedoc-custom-theme-demo/blob/main/src/index.tsx) for code & comments.

typedoc-default-themes

Default themes for TypeDoc.

typedoc-plugin-banish

A plugin for [TypeDoc](https://typedoc.org/) which filters reflections according to their declaration location, like `--exclude` but better since it also catches inherited items.

typedoc-plugin-coverage

A plugin for TypeDoc to generate a documentation coverage badge.

typedoc-plugin-dt-links

Adds support for linking references to types declared in `@types` packages to their source code on GitHub.

typedoc-plugin-mdn-links

Adds support for linking references to global types like `HTMLElement`, `WebAssembly`, and `Date` to their documentation pages on MDN.

typedoc-plugin-missing-exports

Include non-exported types in TypeDoc documentation

typedoc-plugin-redirect

Add redirect pages to your generated TypeDoc site.

typedoc-plugin-vue

Improves Vue defineComponent and Pinia defineStore display in TypeDoc documentation

typedoc-plugin-zod

TypeDoc plugin which replaces z.infer<typeof x> with the inferred type