This package has been deprecated

Author message:

You don't need this plugin since typedoc@>=0.23.16, see https://github.com/TypeStrong/typedoc/issues/2065

@knodes/typedoc-plugin-monorepo-readmes
TypeScript icon, indicating that this package has built-in type declarations

0.23.1 • Public • Published

@knodes/typedoc-plugin-monorepo-readmes

A TypeDoc plugin to prepend modules indexes with readmes

npm version npm downloads Compatible with TypeDoc


CircleCI Code Climate coverage Code Climate maintainability

For more infos, please refer to the documentation

Features

Usage

Simply create README.md files next to your package.json in your monorepo projects/workspaces.

You can configure file names to search to get the workspace root with the pluginMonorepoReadmes:rootFiles option.

Example: for NX Monorepo, set it to ["project.json", "package.json"] to correctly match both libraries & root. You could even use "pluginMonorepoReadmes:rootFiles": ["README.md"] to match the closest README.md file in any parent directory.

Note that rootFiles are case-sensitive.

Configuration

For more information on configuration, please refer to the options documentation page

Quick start

npm install --save-dev @knodes/typedoc-plugin-monorepo-readmes typedoc@^0.23.0

Compatibility

This plugin version should match TypeDoc ^0.23.0 for compatibility.

Note: this plugin version was released by testing against ^0.23.8.

/@knodes/typedoc-plugin-monorepo-readmes/

    Package Sidebar

    Install

    npm i @knodes/typedoc-plugin-monorepo-readmes

    Weekly Downloads

    648

    Version

    0.23.1

    License

    MIT

    Unpacked Size

    36.7 kB

    Total Files

    43

    Last publish

    Collaborators

    • gerkin