awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesJavaScript

Tools that specifically parse JavaScript comments to produce technical API references.

Distinct from API Documentation Generators: Targeted specifically at the JavaScript language, whereas the parent is a general API documentation generator.

Explore 4 awesome GitHub repositories matching software engineering & architecture · JavaScript. Refine with filters or upvote what's useful.

Awesome JavaScript GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • jsdoc/jsdocAvatar von jsdoc

    jsdoc/jsdoc

    15,442Auf GitHub ansehen↗

    JSDoc is a JavaScript API documentation generator that parses comments in source code to produce structured documentation files for a project interface. It functions as a source code documentation tool that extracts metadata from code comments to automate the creation of technical API references. The system operates as a template-based documentation engine, supporting external templates to customize the visual presentation and layout of the output. It also serves as a Markdown documentation exporter, transforming extracted documentation into Markdown files for use on alternative publishing pl

    Parses comments in JavaScript source code to produce structured documentation files for a project interface.

    JavaScript
    Auf GitHub ansehen↗15,442
  • evil-huawei/evil-huaweiAvatar von evil-huawei

    evil-huawei/evil-huawei

    9,225Auf GitHub ansehen↗

    This project is a static archive of documented corporate controversies and alleged unethical actions that have been removed from local internet search results. It functions as a research platform compiling evidence of corporate misconduct for public awareness and accountability purposes, specifically focused on incidents that have been censored from search results. The archive stores each documented incident as a plain Markdown file, enabling easy editing and full version control through Git. All incident pages are pre-rendered as flat HTML files at build time for fast delivery, with a respon

    Ensures all core content is accessible and readable even when JavaScript is disabled in the browser.

    JavaScriptevilhuawei
    Auf GitHub ansehen↗9,225
  • sindresorhus/github-markdown-cssAvatar von sindresorhus

    sindresorhus/github-markdown-css

    8,891Auf GitHub ansehen↗

    The minimal amount of CSS to replicate the GitHub Markdown style

    Operates entirely without client-side scripting, relying solely on CSS for all visual effects and interactivity.

    CSS
    Auf GitHub ansehen↗8,891
  • hpjansson/chafaAvatar von hpjansson

    hpjansson/chafa

    4,264Auf GitHub ansehen↗

    Chafa is a terminal graphics library that converts images and animated GIFs into character art for display in terminal emulators. It supports multiple output formats including ANSI escape sequences, Sixel graphics, and Unicode block characters, making it a versatile tool for rendering images directly within the terminal environment. The library is built as a shared C library with official bindings for Python and JavaScript, allowing developers to integrate terminal image rendering capabilities into applications across different programming environments. Chafa handles the full pipeline from im

    Converts images into Unicode character art for display in terminal emulators.

    Cansicligraphics
    Auf GitHub ansehen↗4,264
  1. Home
  2. Software Engineering & Architecture
  3. API Documentation Generators
  4. JavaScript

Unter-Tags erkunden

  • No-JavaScript FallbacksEnsures core content remains accessible and readable when JavaScript is disabled in the browser. **Distinct from JavaScript:** Distinct from JavaScript: focuses on graceful degradation and content accessibility without JavaScript, not on JavaScript language tooling.
  • Terminal Art ConvertersJavaScript bindings for converting images into terminal character art in Node.js and browsers. **Distinct from JavaScript:** Distinct from general JavaScript API documentation: focuses on image-to-terminal-art conversion bindings, not documentation generation.