typedoc-github-theme
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

Theme your TypeDoc like GitHub

NPM

This TypeDoc theme is designed to provide an elegant and seamless look and feel for your TypeScript documentation on GitHub Pages, inspired by the GitHub design.

Example

Example

Usage

Install the package with your favourite package manager:

npm install typedoc-github-theme --save-dev
pnpm add typedoc-github-theme --save-dev
yarn add typedoc-github-theme --dev

Use the theme when generating your documentation:

npx typedoc src --plugin typedoc-github-theme

[!NOTE] This plugin fills the following options if they have not been defined by the user: theme, lightHighlightTheme, darkHighlightTheme


Author

👤 Julian Wowra development@julianwowra.de

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check the issues page. You can also take a look at the contributing guide.

Dependencies (0)

    Dev Dependencies (8)

    Package Sidebar

    Install

    npm i typedoc-github-theme

    Weekly Downloads

    10,919

    Version

    0.3.0

    License

    MIT

    Unpacked Size

    15.3 kB

    Total Files

    8

    Last publish

    Collaborators

    • killerjulian
    • julianwowra