{"id":50491322,"url":"https://github.com/nmdra/treebuilder","last_synced_at":"2026-06-02T03:04:05.804Z","repository":{"id":342070956,"uuid":"1172672006","full_name":"nmdra/Treebuilder","owner":"nmdra","description":"Simple Go CLI tool for instantly scaffolding directory structures and empty files from standard tree-formatted text.","archived":false,"fork":false,"pushed_at":"2026-03-04T15:59:54.000Z","size":23,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-04T22:51:51.331Z","etag":null,"topics":["cli","cobra","go","goreleaser"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nmdra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-04T15:15:13.000Z","updated_at":"2026-03-04T16:28:23.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/nmdra/Treebuilder","commit_stats":null,"previous_names":["nmdra/treebuilder"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/nmdra/Treebuilder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nmdra%2FTreebuilder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nmdra%2FTreebuilder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nmdra%2FTreebuilder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nmdra%2FTreebuilder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nmdra","download_url":"https://codeload.github.com/nmdra/Treebuilder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nmdra%2FTreebuilder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33803739,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","cobra","go","goreleaser"],"created_at":"2026-06-02T03:04:00.228Z","updated_at":"2026-06-02T03:04:05.797Z","avatar_url":"https://github.com/nmdra.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TreeBuilder\n\nA fast CLI tool written in Go that reads a tree-formatted text file and instantly scaffolds the corresponding directory structure and empty files on your disk.\n\n![Treebuilder png](https://github.com/user-attachments/assets/ffa6e4f2-5f7f-41f6-a876-71a827e5f404)\n\n\u003e [!NOTE]\n\u003e **Hi, Nimendra here!**   \n\u003e I built this tool out of personal frustration. Most of the time, AI tools like Gemini and ChatGPT give you a folder structure in a tree format. It's a massive headache to create those folders and files one by one. I built this tool so you can just take that text output and instantly convert it into the actual folders and files on your disk!\n\n## Installation\n\nDownload the latest binary for your OS (macOS, Linux, Windows) from the [Releases page](https://github.com/nmdra/treebuilder/releases).\n\n*Or build from source:*\n```bash\nmake build\n\n```\n\n## Usage\n\nCreate a text file (e.g., `structure.txt`) defining your layout. **Note:** Directories must end with a trailing slash (`/`).\n\n**structure.txt:**\n\n```text\nmy-project/\n├── cmd/\n│   └── main.go\n└── pkg/\n    └── utils.go\n\n```\n\n**Run the CLI:**\n\n```bash\ntreebuilder structure.txt\n\n```\n\n**Preview without creating files (Dry Run):**\n\n```bash\ntreebuilder --dry-run structure.txt\n\n```\n\n---\n\nBuilt with ❤️ by Nimendra — [blog.nimendra.xyz](https://blog.nimendra.xyz)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnmdra%2Ftreebuilder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnmdra%2Ftreebuilder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnmdra%2Ftreebuilder/lists"}