New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@clabnet/configs-typedoc

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clabnet/configs-typedoc

Shared typedoc config for monorepo and lib packages

latest
Source
npmnpm
Version
0.1.18
Version published
Maintainers
1
Created
Source

Creation of Typedoc documentation

License: MIT

Setup

  • Add workspace reference to @clabnet/config-typedoc and its peers dependencies:

    pnpm add -w @clabnet/config-typedoc
    

Contents

Add workspace to install these packages on the package.json:

  • typedoc
pnpm add --save-dev typedoc
  • typedoc-plugin-merge-modules
pnpm add --save-dev typedoc-plugin-merge-modules
  • typedoc-material-theme
pnpm add --save-dev typedoc-material-theme
  • typedoc-plugin-extras
pnpm add --save-dev typedoc-plugin-extras

Continuing you need to create a typedoc.json file in workspace example:

{
  "$schema": "https://typedoc.org/schema.json",
  "extends": ["@clabnet/config-typedoc"],
  "tsconfig": "tsconfig.typedoc.json",
  "entryPoints": ["./app/src/*", "./packages/shared/src/*", "./packages/sharedui/src/*"],
  "out": "./docs",
  "customTitle": "<div style='display:flex; align-items:center; gap:10px'><img style='width: 150px' src='https://horizon-dev.germanywestcentral.cloudapp.azure.com/images/Pomini_Lyra.png'> <div>Lyra Code Documentation</div></div>",
  "favicon": "./app/public/favicon.ico"
}

⬅ Back

Keywords

configs

FAQs

Package last updated on 06 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts