Skip to content

doputer/jsx-tree

Repository files navigation

JSX-Tree

A tool for analyzing and visualizing component tree structures from JSX/TSX files.

Introduction

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.

Package Structure

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

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

About

Analyze JSX files as a tree structure

Resources

Stars

Watchers

Forks