0.7.1 • Published 3 years ago

docs-ts-extra v0.7.1

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

docs-ts-extra

A fork of gcanti/docs-ts.

Setup and usage

  1. npm i docs-ts-extra -D

  2. Run

npx docs-ts-extra

Configuration

A docsts object on package.json with the following properties (all optional):

KeyTypeOptionalDefaultDescription
strictbooleanYestrueStrict mode requires every module and export to have a JSDoc with a @since tag.
rootDirstringYessrcSource code directory to extract documentation from.
outDirstringYesdocsOutput directory to write Markdown docs to.