{"id":18171350,"url":"https://github.com/9dl/gobuilder","last_synced_at":"2025-10-13T17:12:52.429Z","repository":{"id":260643148,"uuid":"881935783","full_name":"9dl/GoBuilder","owner":"9dl","description":"CLI Tool for Automating the Compilation Process in Go","archived":false,"fork":false,"pushed_at":"2024-11-01T14:32:52.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T08:38:25.967Z","etag":null,"topics":["automation","cli","compiling","golang"],"latest_commit_sha":null,"homepage":"","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/9dl.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}},"created_at":"2024-11-01T14:27:45.000Z","updated_at":"2024-11-01T14:32:08.000Z","dependencies_parsed_at":"2024-11-01T15:28:26.384Z","dependency_job_id":null,"html_url":"https://github.com/9dl/GoBuilder","commit_stats":null,"previous_names":["9dl/gobuilder"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/9dl/GoBuilder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9dl%2FGoBuilder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9dl%2FGoBuilder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9dl%2FGoBuilder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9dl%2FGoBuilder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/9dl","download_url":"https://codeload.github.com/9dl/GoBuilder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9dl%2FGoBuilder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016284,"owners_count":26085827,"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-13T02:00:06.723Z","response_time":61,"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":["automation","cli","compiling","golang"],"created_at":"2024-11-02T15:08:44.472Z","updated_at":"2025-10-13T17:12:52.400Z","avatar_url":"https://github.com/9dl.png","language":"Go","readme":"# GoBuilder\n\n`GoBuilder` is a Go-based CLI tool and library that compiles Go applications for multiple operating systems and architectures with ease. It automatically reads the module name from the `go.mod` file to name the output binaries, making it a convenient solution for cross-platform builds.\n![GoBuilder](/img.png)\n\n\n## Features\n\n- **Multi-platform builds**: Automatically compiles your Go application for multiple OS/architecture pairs.\n- **Dynamic naming**: Uses the module name from `go.mod` to name binaries, ensuring output files are correctly labeled by target platform.\n- **Single target or full build**: Supports building for all targets or a specific OS/architecture.\n\n\n**Installation**:\nYou can install GoBuilder using the following command:\n   ```bash\n   go install github.com/9dl/GoBuilder@latest\n   ```\n\n## Usage\n\nTo use GoBuilder, you can build your Go applications for specific operating systems and architectures. Here’s how to do it:\n\n1. **Build for a specific target**:\n   To build your Go application for a specific OS and architecture, run:\n   ```bash\n   gobuilder \u003cGOOS\u003e \u003cGOARCH\u003e\n   ```\n   Replace `\u003cGOOS\u003e` with your desired operating system (e.g., `linux`, `windows`, `darwin`) and `\u003cGOARCH\u003e` with the desired architecture (e.g., `amd64`, `386`, `arm`).\n\n2. **Build for all targets**:\n   To build your Go application for all predefined targets, simply run:\n   ```bash\n   gobuilder\n    ```\n\n### Example\n\nHere’s an example of building a Go application for Linux AMD64:\n```bash\ngobuilder linux amd64\n```\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for details.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F9dl%2Fgobuilder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F9dl%2Fgobuilder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F9dl%2Fgobuilder/lists"}