Login to follow
Tree Builder

Tree Builder (ODC)

Stable version 0.1.0 (Compatible with ODC)
Uploaded on 11 April 2025 by Leonardo Pires
Tree Builder

Tree Builder (ODC)

Documentation
0.1.0

Options

  • TreeBuilder: Powerful and intuitive tool that generates hierarchical views of directories and files, similar to the GitHub project structure, from a JSON file. This component is ideal for developers who want to visually represent the organization of their projects, making it easier to navigate and understand the code structure.
    • Structure: Hierarchy structure, and contains the first level items of the structure
      • Name: The name of the root item of the tree.
      • Children: Contains the parent of the current node.
        • Name: The name of the item in the tree.
        • Children: Contains the children of the current node.
          • Name: The name of the item in the tree.
          • Children: Contains the children of the current node.