Ts2jsdoc Save

Generate JSDoc from Typescript

Project README

Installation

This module requires Node.js 4.0 or higher to run.

npm install ts-jsdoc --save-dev

Generate JSDoc from TypeScript

In the tsconfig.js set jsdoc to path to output directory.

"jsdoc": "jsdoc/out"

Or to options object:

{
  "out": "our dir",
  "access": "set to public if you want to skip protected members"
}

Execute: ts2jsdoc path-to-dir-with-tsconfig

Open Source Agenda is not affiliated with "Ts2jsdoc" Project. README Source: develar/ts2jsdoc
Stars
61
Open Issues
7
Last Commit
10 months ago
Repository

Open Source Agenda Badge

Open Source Agenda Rating