I created a documentation generator for typescript projects

This page summarizes the projects mentioned and recommended in the original post on /r/typescript

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • ts-docs

    A documentation generator for typescript. Generate beautiful and informative documentation with zero setup!

  • docs.rs

    crates.io documentation generator

  • Thank you for the feedback! Yeah, I'd say that the current design wasn't really meant for viewing on mobile, and I definitely plan to make it more mobile friendly in the future, definitely check out the desktop version for the "full experience" (there's some stuff that you'll hardly notice on mobile - for example, hovering over a reference will tell you what exactly it is (class, interface, if it's external, etc.) and where it's from.). For your second bullet point, I'll definitely need to put more thought into that, seems like a pretty complex issue to handle, might need the opinion of some other people to get it going because I have no experience documenting REST APIs. As for 1.0.0, I'm 100% sure the current codebase has a ton of bugs that haven't been found by me, because the only way I test the code is by viewing the generated documentation myself - not sure how to set up tests for a documentation generator. I want to get all the bugs resolved, and possibly get more feedback from people to implement more useful features. I also have some rather big plans for ts-docs, for example, automatic documentation generation everytime a package gets published to npm, which will also automatically resolve external references from other npm-modules, think docs-rs but for typescript.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • ts-doc-gen-md

    Generates documentation in github flavored markdown for typescript libraries.

  • By the way, you people can take a look also in my documentation generation library : ts-doc-gen-md, that I created, something like 10 months ago, and see if it fits your needs. It creates documentation in github flavored markdown. I am not planning to make it create documentation in html.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • And so, I wrote my own Typescript Documentation Generator...

    3 projects | dev.to | 7 Jan 2021
  • Learn how to document JavaScript/TypeScript code using JSDoc & Typedoc

    2 projects | dev.to | 2 Mar 2024
  • Document Playwright tests with typedoc

    2 projects | dev.to | 13 Jan 2024
  • 90% less disk space + 80% faster doc generation w/ TypeDoc. Introducing the "Default Modern Theme" for TypeDoc + complete linkable API docs for the built-in TS lib declarations.

    1 project | /r/typescript | 13 Jul 2023
  • Prim+RPC: a bridge between JavaScript environments. Easy-to-understand, type-safe, transport-agnostic RPC/IPC for JavaScript, supporting callbacks, batching, file uploads, custom serialization, and more.

    2 projects | /r/javascript | 6 Jun 2023