spencerbeggs / typedoc-plugin-aws-cdk-links

Adds support for linking references to AWS CDK module export to their documentation pages.

Repository from Github https://github.comspencerbeggs/typedoc-plugin-aws-cdk-linksRepository from Github https://github.comspencerbeggs/typedoc-plugin-aws-cdk-links

Turbo Template

A template repo for setting up a Turborepo with sensible default configurations for TypeScript, ESlint and Jest with a set of generic code generators for quickly bootstrapping workspaces.

Quickstart

This repo uses pnpm as its package manager. To enable Node.js to use pnpm, you need to enable Corepack and then activate the version of pnpm specified in the root package.json file.

corepack enable
corepack prepare --activate

Once Corepack is enabled, you can install your dependencies and use the generators to get your projects setup:

pnpm install
pnpm gen

About

Adds support for linking references to AWS CDK module export to their documentation pages.


Languages

Language:TypeScript 78.3%Language:JavaScript 21.7%