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"]
}

Package Sidebar

Install

npm i typedoc-plugin-keywords

Weekly Downloads

16,518

Version

1.6.0

License

MIT

Unpacked Size

1.55 kB

Total Files

4

Last publish

Collaborators

  • matteobruni