awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comالمدونة
التصنيفات

4 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • jsdoc/jsdocالصورة الرمزية لـ jsdoc

    jsdoc/jsdoc

    15,442عرض على GitHub↗

    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
    عرض على GitHub↗15,442
  • evil-huawei/evil-huaweiالصورة الرمزية لـ evil-huawei

    evil-huawei/evil-huawei

    9,225عرض على GitHub↗

    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
    عرض على GitHub↗9,225
  • sindresorhus/github-markdown-cssالصورة الرمزية لـ sindresorhus

    sindresorhus/github-markdown-css

    8,891عرض على GitHub↗

    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
    عرض على GitHub↗8,891
  • hpjansson/chafaالصورة الرمزية لـ hpjansson

    hpjansson/chafa

    4,264عرض على GitHub↗

    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
    عرض على GitHub↗4,264
  1. Home
  2. Software Engineering & Architecture
  3. API Documentation Generators
  4. JavaScript

استكشف الوسوم الفرعية

  • 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.