4 مستودعات
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.
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.
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.
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.
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.