Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 429 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 429 Bytes

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.

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

Usage

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