tsdoc VS extractor

Compare tsdoc vs extractor and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
tsdoc extractor
15 2
4,655 11
1.1% -
6.1 9.7
19 days ago 20 days ago
TypeScript TypeScript
MIT License GNU Affero General Public License v3.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

tsdoc

Posts with mentions or reviews of tsdoc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-05.

extractor

Posts with mentions or reviews of extractor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-26.
  • I made a website that documents TypeScript packages
    5 projects | /r/javascript | 26 May 2021
    The declarations (functions, variables, classes ...) and their docs are extracted with a custom API extractor I built based on the ts-morph library and the TypeScript compiler.
  • Show HN: Automatic Documentation for TypeScript Packages
    2 projects | news.ycombinator.com | 10 May 2021
    Thank you for your question, I don't have experience with Docusaurus but I'll try to list a few ideas, let me know if it can help you.

    If you only need raw package metatada (signatures, docs...) that Docusaurus will render somehow at build time you may use my extractor which outputs a plain Javascript object with the collected information (see https://github.com/jsdocs-io/extractor/blob/main/test/packag...).

    If you need pre-rendered docs that Docusaurus will embed in a page you may implement something like a React component (see https://github.com/jsdocs-io/web/blob/main/src/components/pa...) and use the raw metadata as component props.

    If you need a pre-rendered page that Docusaurus will collect, you may want to look into https://www.npmjs.com/package/@microsoft/api-extractor which can directly output Markdown files (as well as JSON files) but requires some initial setup to get working.

What are some alternatives?

When comparing tsdoc and extractor you can also consider the following projects:

typedoc - Documentation generator for TypeScript projects.

smartblock - intuitive block based wysiwyg editor built with React and ProseMirror

vscode-docthis - JSDoc generator extension for Visual Studio Code.

ts-morph - TypeScript Compiler API wrapper for static analysis and programmatic code changes.

compodoc - :notebook_with_decorative_cover: The missing documentation tool for your Angular, Nest & Stencil application

open-source - Open Source Angular Libraries contributed by @myndpm

redoc - 📘 OpenAPI/Swagger-generated API Reference Documentation

mailgo - 💌 mailgo, a new concept of mailto and tel links [deprecated]

vim-doge - (Do)cumentation (Ge)nerator for nearly 20 languages 📚 Generate proper code documentation with a single keypress. ⚡️🔥

web - jsDocs.io is an open source documentation host for Javascript and Typescript packages.

tree-sitter-comment - Tree-sitter grammar for comment tags like TODO, FIXME(user).

rushstack - Monorepo for tools developed by the Rush Stack community