From 696a8110f881cc25f3042a51b12f6b582073fd77 Mon Sep 17 00:00:00 2001 From: Matt Walker Date: Thu, 5 Nov 2020 10:13:15 +0000 Subject: [PATCH] Add TypeScript usage example --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 05540f054..b3cab6472 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,9 @@ documentation readme index.js --section=API # build docs for all values exported by index.js documentation build --document-exported index.js +# build html docs for a TypeScript project +documentation build index.ts --parse-extension ts -f html -o docs + Commands: serve [input..] generate, update, and display HTML documentation build [input..] build documentation