{"id":24751965,"url":"https://github.com/davvid/garden","last_synced_at":"2025-10-10T21:32:04.864Z","repository":{"id":274911138,"uuid":"922747764","full_name":"davvid/garden","owner":"davvid","description":"Garden grows and cultivates collections of Git trees ~ Official mirror of https://gitlab.com/garden-rs/garden","archived":false,"fork":true,"pushed_at":"2025-09-02T03:49:23.000Z","size":1397,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-30T11:50:14.224Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://garden-rs.gitlab.io","language":"Rust","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"garden-rs/garden","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davvid.png","metadata":{},"created_at":"2025-01-27T01:20:43.000Z","updated_at":"2025-09-02T03:49:27.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/davvid/garden","commit_stats":null,"previous_names":["davvid/garden"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davvid/garden","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davvid%2Fgarden","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davvid%2Fgarden/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davvid%2Fgarden/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davvid%2Fgarden/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davvid","download_url":"https://codeload.github.com/davvid/garden/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davvid%2Fgarden/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005413,"owners_count":26083883,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"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":["command-runner","developer-tools","git","rust","submodules","worktree"],"created_at":"2025-01-28T10:02:44.052Z","updated_at":"2025-10-10T21:32:04.859Z","avatar_url":"https://github.com/davvid.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# Garden\n\nGarden grows and cultivates collections of Git trees.\n\nGarden is a simple yet expressive command runner and multi-repo Git configuration tool.\nGarden helps you create development workflows over collections of self-contained,\nloosely-coupled and inter-dependent Git worktrees.\n\n```bash\n# Install the \"garden\" command-line tool.\ncargo install garden-tools\n\n# Install the \"garden-gui\" graphical user interface for Garden.\ncargo install garden-gui\n```\n\n## Documentation\n\nRead the [Garden User Guide](https://garden-rs.gitlab.io)\nfor details on how to use and configure Garden.\n\nRead the [Garden API Documentation](https://docs.rs/garden-tools/)\nfor details on how to use the Garden APIs for developing Garden.\n\n\n## Installation\n\n* [Garden installation guide](https://garden-rs.gitlab.io/installation.html)\n\n* [Garden pre-built binaries](https://github.com/garden-rs/garden/releases)\n\nPre-built `garden` binaries are statically linked using\n[musl libc](https://musl.libc.org/) so that they can run on any Linux system.\n\nPre-built binaries for Garden's graphical user interface (`garden-gui`) are only\navailable as amd64/x86_64 Linux tarballs and Debian packages. `garden-gui` is provided\nby the `garden-gui_*_amd64.deb` and `garden-gui-*-x86_64-unknown-linux-gnu.tar.gz`\nartifacts.\n\nBoth `garden` and `garden-gui` must be installed in order to use `garden-gui`.\n\n\n## Use Cases\n\n* Garden bootstraps Git-based multi-repo development environments from source.\nGarden can store and apply `git config` and `git remote` configuration to existing\nor new Git worktrees that Garden can \"grow\" (clone) into existence.\n\n* Garden runs commands over collections of Git repositories.\nThe simplicity of Garden's syntax and its dynamic expression variables\nmakes it a viable replacement for `make` when used as a simple task runner.\n\n* Garden is configured using YAML files alongside a familiar UNIX shell syntax that\nleverages your existing shell knowledge. If you already know POSIX/bash/zsh shell then\nyou can learn to use `garden` with minimal effort.\n\n\n## Links and Related Projects\n\n* [Garden on crates.io](https://crates.io/crates/garden-tools)\n\n* [Garden GUI on crates.io](https://crates.io/crates/garden-gui)\n\n* [Garden Homebrew formula](https://gitlab.com/garden-rs/homebrew-garden)\n\n* [Garden NetBSD pkgsrc](https://cdn.netbsd.org/pub/pkgsrc/current/pkgsrc/devel/garden/index.html)\n\n* [Garden seeds](https://gitlab.com/garden-rs/garden-seeds) ~ reusable templates for garden.\n\n\n## Code Status\n\n[![Build status](https://gitlab.com/garden-rs/garden/badges/main/pipeline.svg)](https://gitlab.com/garden-rs/garden/-/pipelines)\n[![MIT License](https://img.shields.io/gitlab/license/garden-rs/garden.svg)](LICENSE)\n\nGarden is actively maintained and its core functionality is stable and feature-complete.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavvid%2Fgarden","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavvid%2Fgarden","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavvid%2Fgarden/lists"}