0.1.2 β€’ Published 10 months ago

@playform/document v0.1.2

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
10 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'"
	}
}

CLI Usage

Document 'Source/**/*.ts'