{"id":13838430,"url":"https://github.com/garden-rs/garden","last_synced_at":"2025-07-10T21:32:50.123Z","repository":{"id":39698215,"uuid":"372775155","full_name":"garden-rs/garden","owner":"garden-rs","description":"Garden grows and cultivates collections of Git trees ~ Official mirror of https://gitlab.com/garden-rs/garden","archived":false,"fork":false,"pushed_at":"2024-10-29T09:52:52.000Z","size":4054,"stargazers_count":66,"open_issues_count":0,"forks_count":9,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-10-29T10:03:32.728Z","etag":null,"topics":["command-runner","developer-tools","git","rust","submodules","worktree"],"latest_commit_sha":null,"homepage":"https://garden-rs.gitlab.io","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/garden-rs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["davvid"],"patreon":"daveinthesky"}},"created_at":"2021-06-01T09:32:55.000Z","updated_at":"2024-10-29T09:52:47.000Z","dependencies_parsed_at":"2022-08-02T11:51:54.864Z","dependency_job_id":"f18e9b92-7bd8-4dd5-b887-7ea1bf1c4ed4","html_url":"https://github.com/garden-rs/garden","commit_stats":{"total_commits":636,"total_committers":3,"mean_commits":212.0,"dds":"0.0031446540880503138","last_synced_commit":"1d4574c8b6988dd7ecea7d93fc99451032df0f85"},"previous_names":["garden-rs/garden","davvid/garden"],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garden-rs%2Fgarden","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garden-rs%2Fgarden/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garden-rs%2Fgarden/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garden-rs%2Fgarden/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/garden-rs","download_url":"https://codeload.github.com/garden-rs/garden/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225657462,"owners_count":17503557,"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","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":"2024-08-04T15:01:56.709Z","updated_at":"2025-07-10T21:32:50.091Z","avatar_url":"https://github.com/garden-rs.png","language":"Rust","funding_links":["https://github.com/sponsors/davvid","https://patreon.com/daveinthesky"],"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%2Fgarden-rs%2Fgarden","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgarden-rs%2Fgarden","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarden-rs%2Fgarden/lists"}