Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marcusolsson/dts-docs

A command-line tool for generating Markdown documentation from .d.ts.
https://github.com/marcusolsson/dts-docs

Last synced: 3 months ago
JSON representation

A command-line tool for generating Markdown documentation from .d.ts.

Awesome Lists containing this project

README

        

# DTS Docs

A command-line tool for generating Markdown documentation for a `.d.ts` file.

This tool is used to generate the API reference documentation for the unofficial [plugin development guide for Obsidian](https://marcus.se.net/obsidian-plugin-docs/).

**IMPORTANT:** This is **NOT** fit for production use. Use at your own risk.

## Usage

```bash
yarn install
yarn generate --input ./definitions.d.ts --output ./docs
```