@ink-feather-org/typedoc-plugin-asciidoctor
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

@ink-feather-org/typedoc-plugin-asciidoctor

This plugin adds README.adoc support to typedoc. To use this plugin specify the readme option for typedoc.

tsconfig.json

{
  "typedocOptions": {
    "entryPoints": ["src/index.ts"],
    "out": "docs",
    "readme": "README.adoc",
    "excludePrivate": true,
    "plugin": [ "@ink-feather-org/typedoc-plugin-asciidoctor" ]
  }
}

npmjs.com does not support .adoc readme files. For the full readme see the git repository.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.6
    9
    • latest

Version History

Package Sidebar

Install

npm i @ink-feather-org/typedoc-plugin-asciidoctor

Homepage

feather.ink

Weekly Downloads

63

Version

1.0.6

License

GPL-3.0-or-later

Unpacked Size

43.9 kB

Total Files

15

Last publish

Collaborators

  • raldone01