Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reactjs/react-docgen

A CLI and library to extract information from React component files for documentation generation purposes.
https://github.com/reactjs/react-docgen

docgen documentation json react reactjs

Last synced: 4 days ago
JSON representation

A CLI and library to extract information from React component files for documentation generation purposes.

Awesome Lists containing this project

README

        

# react-docgen

[`react-docgen`](./packages/react-docgen/) is a highly customizable library that
extracts information from [React](https://reactjs.org/) components and returns
this information in a structured machine readable format from which
documentations can be generated.

[`@react-docgen/cli`](./packages/react-docgen-cli/) is a cli wrapper around the
library allowing using `react-docgen` on the command line.

## Documentation

For version 5.x please checkout the
[README.md on the 5.x branch](https://github.com/reactjs/react-docgen/blob/5.x/README.md)

For version 6.x and newer please visit
[react-docgen.dev](https://react-docgen.dev)

## License

This project is licensed under the MIT License.