awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • jsdoc/jsdocAvatar jsdoc

    jsdoc/jsdoc

    15,442Vezi pe 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
    Vezi pe GitHub↗15,442
  • evil-huawei/evil-huaweiAvatar evil-huawei

    evil-huawei/evil-huawei

    9,225Vezi pe 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
    Vezi pe GitHub↗9,225
  • sindresorhus/github-markdown-cssAvatar sindresorhus

    sindresorhus/github-markdown-css

    8,891Vezi pe 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
    Vezi pe GitHub↗8,891
  • hpjansson/chafaAvatar hpjansson

    hpjansson/chafa

    4,264Vezi pe 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
    Vezi pe GitHub↗4,264
  1. Home
  2. Software Engineering & Architecture
  3. API Documentation Generators
  4. JavaScript

Explorează sub-etichetele

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