SaaSHub helps you find the best software and product alternatives Learn more →
Top 17 Go Tree Projects
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
dep-tree
Tool for helping developers keep their code bases clean and decoupled. It allows visualising a code base complexity using a 3d force-directed graph of files and the dependencies between them.
Project mention: Show HN: Visualize the complexity of a Golang codebase with a 3D force graph | news.ycombinator.com | 2024-06-10Hi HN!
I want to share a project for which Golang support was just added:
https://github.com/gabotechs/dep-tree
This is a tool that allows users to visualize the complexity of a code base using a 3D force-directed graph:
It will take a Golang codebase entrypoint, typically `main.go`, it will parse the file and gather other files in which this file depends on (by resolving function names, types, etc...)
It will recursively perform this operation with all the dependant files, until the full graph with all the source files is formed.
It will render the graph using a force-directed layout, and all the source files will be placed in a three-dimensional space simulating some attraction/repulsion forces based on the dependencies between them.
Clean and loosely coupled codebases will tend to form clusters of nodes in the 3d space separated from each other, while tightly coupled and messy codebases will be rendered with all the nodes grouped together without clear sense of separation.
Here are some examples of rendering this graph for some well known projects:
- Docker compose: https://dep-tree-explorer.vercel.app/api?repo=https%3A%2F%2F...
-
-
-
-
gtree
Using either Markdown or Programmatically to generate trees🌳 and directories📁, and to verify directories🔍. Provide CLI, Golang library and Web.
-
typex
[TOOL/CLI] - Filter and examine Go type structures, interfaces and their transitive dependencies and relationships. Export structural types as TypeScript value object or bare type representations.
-
-
-
-
Project mention: I curate a daily newsletter with resources about Golang - Daily Golang. Here are the latest 6 issues of the newsletter | dev.to | 2024-08-19
🛠️ TreeGen ASCII Tree to Directory and File Structure Generator
-
-
-
-
-
-
Go Tree discussion
Go Tree related posts
-
gtree CLI built to WASM with WASI support🌳!
-
Using either Markdown or Programmatically to generate directory trees and directories, and to verify directories. Provide CLI, Golang library and Web.
-
Generate directory trees🌳 and the directories itself📁 using Markdown or Programmatically.
-
How can I make the process faster?
-
Tree Maker _ Convert Markdown to tree!
-
Ad Victoriam - Expeditions Update
-
Tree Maker __ Convert Markdown to tree!
-
A note from our sponsor - SaaSHub
www.saashub.com | 6 Oct 2024
Index
What are some of the best open-source Tree projects in Go? This list will help you:
Project | Stars | |
---|---|---|
1 | gods | 16,194 |
2 | dep-tree | 1,500 |
3 | algorithms | 799 |
4 | merkletree | 484 |
5 | data-structures | 416 |
6 | gtree | 235 |
7 | typex | 197 |
8 | treemap | 152 |
9 | tftree | 149 |
10 | envh | 99 |
11 | treegen | 50 |
12 | ddt | 35 |
13 | hoi4treesnap | 23 |
14 | mpath | 13 |
15 | tfscan | 8 |
16 | tree | 5 |
17 | pretree | 3 |