typedoc-plugin-keywords
TypeScript icon, indicating that this package has built-in type declarations

1.6.0 • Public • Published

typedoc-plugin-keywords

A plugin to add <meta name="keywords" content="..."> tags to your generated site.

Usage

Add typedoc-plugin-keywords to the typedoc.json plugins list and define the keywords for your site:

{
  "plugin": ["typedoc-plugin-keywords"],
  "keywords": ["typescript", "library"]
}

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i typedoc-plugin-keywords

    Weekly Downloads

    4,733

    Version

    1.6.0

    License

    MIT

    Unpacked Size

    1.55 kB

    Total Files

    4

    Last publish

    Collaborators

    • matteobruni