{"id":13784942,"url":"https://github.com/go-gilbert/gilbert","last_synced_at":"2026-01-14T23:25:07.066Z","repository":{"id":41132264,"uuid":"168311673","full_name":"go-gilbert/gilbert","owner":"go-gilbert","description":"Build system and task runner for Go projects","archived":false,"fork":false,"pushed_at":"2025-12-31T03:49:45.000Z","size":10365,"stargazers_count":124,"open_issues_count":4,"forks_count":7,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-02T09:32:30.452Z","etag":null,"topics":["cli","go","golang","golang-library","task-runner","tool","toolkit"],"latest_commit_sha":null,"homepage":"https://go-gilbert.github.io/","language":"Go","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/go-gilbert.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["x1unix"]}},"created_at":"2019-01-30T09:02:31.000Z","updated_at":"2025-11-16T19:14:15.000Z","dependencies_parsed_at":"2025-02-08T07:20:23.100Z","dependency_job_id":"48dec057-54a3-40f4-a641-4e2a05f08e6b","html_url":"https://github.com/go-gilbert/gilbert","commit_stats":null,"previous_names":["x1unix/gilbert"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/go-gilbert/gilbert","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gilbert%2Fgilbert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gilbert%2Fgilbert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gilbert%2Fgilbert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gilbert%2Fgilbert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gilbert","download_url":"https://codeload.github.com/go-gilbert/gilbert/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gilbert%2Fgilbert/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28437991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T22:37:52.437Z","status":"ssl_error","status_checked_at":"2026-01-14T22:37:31.496Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","go","golang","golang-library","task-runner","tool","toolkit"],"created_at":"2024-08-03T19:00:54.308Z","updated_at":"2026-01-14T23:25:07.047Z","avatar_url":"https://github.com/go-gilbert.png","language":"Go","funding_links":["https://github.com/sponsors/x1unix"],"categories":["Build Automation"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"docs/assets/gilbert.png\" width=\"256\"\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://goreportcard.com/report/github.com/go-gilbert/gilbert\"\u003e\u003cimg src=\"https://goreportcard.com/badge/github.com/go-gilbert/gilbert\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://opensource.org/licenses/mit-license\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-brightgreen.svg\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# Gilbert\n\n\u003e Build toolchain and task runner for Go\n\n\u003e [!IMPORTANT]\n\u003e The project is in a process of heavy refactoring. Please see [the issue](https://github.com/go-gilbert/gilbert/issues/81).\n\n## Features\n\n**Gilbert** is task runner that aims to provide declarative way to define and run tasks like in other projects like _Gradle_, _Maven_ and etc.\n\nAll tasks are declared in *gilbert file* (`gilbert.yaml`). Example of the file you can find [here](https://github.com/go-gilbert/project-example/blob/master/gilbert.yaml).\n\n**Full list of features:**\n\n* [Tasks](https://go-gilbert.github.io/docs/syntax/#tasks)\n  - Simple job declaration\n  - Rollback and graceful shutdown\n  - Evaluation conditions\n  - Async and parallel jobs\n  - Job timeout and deadline\n  - Job and [manifest templates](https://go-gilbert.github.io/docs/syntax/#mixins)\n  - [Go templates](https://go-gilbert.github.io/docs/syntax/#h-go-templates)\n  - [Variables](https://go-gilbert.github.io/docs/syntax/#variables) and [inline expressions](https://go-gilbert.github.io/docs/syntax/#h-templates)\n* [Actions](https://go-gilbert.github.io/docs/actions/)\n  - Built-in most necessary actions\n    - Track file changes and re-run task on change\n    - Check project test coverage with specified threshold\n    - Build project\n  - Plugins for custom actions\n    - Get plugins from [GitHub](https://go-gilbert.github.io/docs/plugin-development/) or other sources\n    - Simple [Plugin API](https://go-gilbert.github.io/docs/plugin-development/)\n\nRead [documentation](https://go-gilbert.github.io/docs/) and [sample project](https://github.com/go-gilbert/project-example) for more information.\n\n## Installation\n\nAll release binaries are available on the [releases](https://github.com/go-gilbert/gilbert/releases) page.\n\n### Linux, macOS and FreeBSD\n\n```bash\ncurl https://raw.githubusercontent.com/go-gilbert/gilbert/master/install.sh | sh\n```\n\n### Windows\n\n**Powershell**\n\n```powershell\nInvoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/go-gilbert/gilbert/master/install.ps1' -UseBasicParsing).Content\n```\n\n**Note**: You should run `Set-ExecutionPolicy Bypass` in PowerShell to be able to execute installation script.\n\nSome features, like [plugins](https://go-gilbert.github.io/docs/plugins/) are not available on Windows. We recommend to use [Windows Subsystem for Linux (WSL)](https://docs.microsoft.com/en-us/windows/wsl/install-win10) for full experience.\n\n## Usage\n\nPlease check out [quick start](https://go-gilbert.github.io/docs/quick-start/) guide.\n\n### Tools\n\n* [Plugin for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=x1unix.gilbert) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-gilbert%2Fgilbert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgo-gilbert%2Fgilbert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-gilbert%2Fgilbert/lists"}