0.1.4 • Published 8 years ago

typedoc-theme v0.1.4

Weekly downloads
23
License
-
Repository
github
Last release
8 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

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago