0.1.4 • Published 7 years ago

typedoc-theme v0.1.4

Weekly downloads
23
License
-
Repository
github
Last release
7 years ago

typedoc-theme

my custom typedoc theme.

npm install typedoc-theme

usage

Generate single-page documentation with typedoc:

typedoc \
	--name '$NAME' \
	--theme $TYPEDOC_THEME_DIR \
	--out $OUTDIR \
	--readme $README_FILE \
	--mode file \
	--jsx react \
	--includeDeclarations \
	--excludePrivate \
	--excludeNotExported \
	--excludeExternals \
	--exclude '**/test/**' \
	$SRCDIR"
0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago