1 Repo
Tools that automatically generate technical documentation by extracting metadata from React components.
Distinct from React-Based Generators: Candidates are either site generators or code generators, not metadata extraction tools for documentation.
Explore 1 awesome GitHub repository matching development tools & productivity · Automated React Documentation. Refine with filters or upvote what's useful.
react-docgen is a static analysis library and automated documentation tool designed to extract structured metadata from React component definitions. It functions as an AST-based code parser that transforms source code into machine-readable formats, enabling the programmatic generation of technical documentation and developer portals. The tool identifies component names, descriptions, and methods by analyzing source code without executing it. It specifically extracts detailed property information, including type definitions, default values, and human-readable descriptions derived from docblock
Extracts structured metadata from React components to automatically generate technical documentation and developer portals.