0.0.6 β€’ Published 2 months ago

@playform/document v0.0.6

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
2 months ago

πŸ“ƒβ€€Document

Document all your TypeScript files using TypeDoc.

Installation

Add configuration and setup scripts:

npm install -D -E @playform/document

Usage

package.json

{
	"scripts": {
		"Document": "Document 'Source/**/*.ts'"
	}
}