A tool for analyzing and visualizing component tree structures from JSX/TSX files.
JSX-Tree helps you understand component hierarchies in JSX/TSX files by visualizing their structure. It makes understanding complex component architectures easier by displaying them in a tree format, aiding both comprehension and debugging.
This repository is organized as a monorepo containing the following packages:
- @jsx-tree/core - Core library for JSX/TSX parsing and component tree generation
- @jsx-tree/cli - CLI tool for visualizing JSX/TSX component trees in the terminal
Contributions are welcome! Please feel free to submit a Pull Request.