/dts-docs

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

Primary LanguageTypeScriptMIT LicenseMIT

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