All Projects → develar → Ts2jsdoc

develar / Ts2jsdoc

Generate JSDoc from Typescript

Programming Languages

typescript
32286 projects

Labels

Projects that are alternatives of or similar to Ts2jsdoc

jsdoc-http-plugin
Document your http endpoints with JSDoc
Stars: ✭ 38 (-26.92%)
Mutual labels:  jsdoc
Vscode Docthis
JSDoc generator extension for Visual Studio Code.
Stars: ✭ 284 (+446.15%)
Mutual labels:  jsdoc
Ydoc
🐶YDoc 是一个更懂你的文档站构建工具,基于 markdown 轻松生成完整静态站点
Stars: ✭ 566 (+988.46%)
Mutual labels:  jsdoc
soulsign-scripts
📝 一部分是个人为魂签制作的签到脚本,还有一些个人使用的签到脚本。
Stars: ✭ 50 (-3.85%)
Mutual labels:  jsdoc
jsdast
JSDoc Abstract Syntax Tree
Stars: ✭ 20 (-61.54%)
Mutual labels:  jsdoc
Compodoc
📔 The missing documentation tool for your Angular, Nest & Stencil application
Stars: ✭ 3,567 (+6759.62%)
Mutual labels:  jsdoc
jsdoc-api
A programmatic interface for jsdoc3 with a few extra features
Stars: ✭ 55 (+5.77%)
Mutual labels:  jsdoc
Jsdoc Baseline
An experimental, extensible template for JSDoc.
Stars: ✭ 51 (-1.92%)
Mutual labels:  jsdoc
docgen
The docs.json generator for discord.js and its related projects
Stars: ✭ 59 (+13.46%)
Mutual labels:  jsdoc
Eslint Plugin Jsdoc
JSDoc specific linting rules for ESLint.
Stars: ✭ 516 (+892.31%)
Mutual labels:  jsdoc
tidy-jsdoc
A clean JSDoc3 template
Stars: ✭ 16 (-69.23%)
Mutual labels:  jsdoc
generator-vintage-frontend
Modern front-end workflow
Stars: ✭ 15 (-71.15%)
Mutual labels:  jsdoc
Tsdoc
A doc comment standard for TypeScript
Stars: ✭ 3,785 (+7178.85%)
Mutual labels:  jsdoc
sveld
Generate TypeScript definitions for your Svelte components
Stars: ✭ 281 (+440.38%)
Mutual labels:  jsdoc
Documentation
📖 documentation for modern JavaScript
Stars: ✭ 5,443 (+10367.31%)
Mutual labels:  jsdoc
swagger-egg
Eggjs Swagger-UI API文档自动生成插件(如果喜欢请点赞支持)。Egg swagger documentation generator(welcome to star this project).
Stars: ✭ 31 (-40.38%)
Mutual labels:  jsdoc
Docma
A powerful tool to easily generate beautiful HTML documentation from JavaScript (JSDoc), Markdown and HTML files.
Stars: ✭ 287 (+451.92%)
Mutual labels:  jsdoc
Swagger Jsdoc
Generates swagger/openapi specification based on jsDoc comments and YAML files.
Stars: ✭ 1,057 (+1932.69%)
Mutual labels:  jsdoc
Wemake Vue Template
Bleeding edge vue template focused on code quality and developer happiness.
Stars: ✭ 645 (+1140.38%)
Mutual labels:  jsdoc
Vim Jsdoc
Generate JSDoc to your JavaScript code.
Stars: ✭ 392 (+653.85%)
Mutual labels:  jsdoc

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].