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

20.2.1 • Public • Published

A plugin for Nx workspaces to generate TypeDoc documentation. It provides executors and generators to easily integrate TypeDoc into your Nx projects. This plugin simplifies the process of creating and maintaining API documentation for your TypeScript libraries and applications.

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

Installation

Add the package to your workspace:

yarn add @rxap/plugin-typedoc

Execute the init generator:

yarn nx g @rxap/plugin-typedoc:init

Generators

init

init generator

nx g @rxap/plugin-typedoc:init
Option Type Default Description
project string
projects array
skipFormat boolean false
overwrite boolean false Whether to overwrite existing files
skipProjects boolean false Whether to skip executing project specific initialization

init-library

init-library generator

nx g @rxap/plugin-typedoc:init-library
Option Type Default Description
project string
projects array
skipFormat boolean false
overwrite boolean false Whether to overwrite existing files
skipProjects boolean false Whether to skip executing project specific initialization

init-application

init-application generator

nx g @rxap/plugin-typedoc:init-application
Option Type Default Description
project string
projects array
skipFormat boolean false
overwrite boolean false Whether to overwrite existing files
skipProjects boolean false Whether to skip executing project specific initialization

Executors

build

build executor

Option Type Default Description
entryPoints array
outputPaths array
tsconfig string
plugins array
json boolean
html boolean
skipErrorChecking boolean
markdown boolean
wiki boolean
includeVersion boolean
entryPointStrategy string

Package Sidebar

Install

npm i @rxap/plugin-typedoc

Weekly Downloads

61

Version

20.2.1

License

GPL-3.0-or-later

Unpacked Size

111 kB

Total Files

67

Last publish

Collaborators

  • badry.muenker
  • mmuenker