An open API service indexing awesome lists of open source software.

https://github.com/typedoc2md/typedoc-plugin-markdown-scratchpad

An area to experiment with TypeDoc: local plugins, demoing bug fixes and POCs.
https://github.com/typedoc2md/typedoc-plugin-markdown-scratchpad

Last synced: 2 months ago
JSON representation

An area to experiment with TypeDoc: local plugins, demoing bug fixes and POCs.

Awesome Lists containing this project

README

        

# typedoc-plugin-markdown-scratchpad

An area to experiment with TypeDoc and typedoc-plugin-markdown - writing custom plugins, demoing bug fixes and POCs.

## Running Examples Locally

If you would like to explore the examples and configure yourself clone the repository locally:

### 1. Clone Repository

```shell
git clone [email protected]:typedoc2md/typedoc-plugin-markdown-scratchpad.git
cd typedoc-plugin-markdown-examples
```

### 2. Install Dependencies

```shell
npm install
```

### 3. Build Examples

To run all examples:

```shell
npm run docs
```

To run a specific example:

```shell
npm run docs --workspace issue-123
```