{"id":23335879,"url":"https://github.com/imnerocode/protoc-generator","last_synced_at":"2026-02-06T15:07:54.773Z","repository":{"id":269041266,"uuid":"905984816","full_name":"imnerocode/protoc-generator","owner":"imnerocode","description":"PowerShell script to automate the generation of Protobuf and gRPC files for multiple languages using Docker. Simplifies workflows and ensures consistency across environments.","archived":false,"fork":false,"pushed_at":"2024-12-20T15:04:03.000Z","size":23,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T13:13:46.807Z","etag":null,"topics":["automation","docker","grpc","powershell","protobuf"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imnerocode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-12-19T23:10:28.000Z","updated_at":"2024-12-21T12:44:31.000Z","dependencies_parsed_at":"2024-12-20T14:29:13.411Z","dependency_job_id":"c7876e6d-f721-4d8f-ab6b-b9e433e2b6d6","html_url":"https://github.com/imnerocode/protoc-generator","commit_stats":null,"previous_names":["imnerocode/protoc-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/imnerocode/protoc-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imnerocode%2Fprotoc-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imnerocode%2Fprotoc-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imnerocode%2Fprotoc-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imnerocode%2Fprotoc-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imnerocode","download_url":"https://codeload.github.com/imnerocode/protoc-generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imnerocode%2Fprotoc-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29165897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T14:37:12.680Z","status":"ssl_error","status_checked_at":"2026-02-06T14:36:22.973Z","response_time":59,"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":["automation","docker","grpc","powershell","protobuf"],"created_at":"2024-12-21T02:10:46.853Z","updated_at":"2026-02-06T15:07:54.758Z","avatar_url":"https://github.com/imnerocode.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Protobuf Generator Script\n\nThis repository contains a PowerShell script designed to automate the generation of Protobuf files for multiple programming languages using Docker.\n\n## Features\n- Currently supports generating gRPC and Protobuf code for the following languages:\n    - Go (Golang)\n    - Ruby\n    - Java\n    - C# (Csharp)\n- Utilizes the `namely/protoc-all` Docker image for consistency across environments.\n- Automatically detects `.proto` files and organizes the generated code.\n\n## Prerequisites\n- Docker installed and running.\n- PowerShell available on your system.\n\n## Usage\n1. Clone this repository:\n    ```bash\n    git clone github.com/imnerocode/protoc-generator\n    ```\n2. Place your `.proto` files inside a `proto/` directory at the root level.\n3. Run the script:\n    ```powershell\n    .\\generate_proto.ps1\n    ```\n4. Follow the on-screen prompts to select the desired language for code generation.\n\n## Notes\n- Supported languages currently require specific package options in the `.proto` files:\n    - **Go**: `option go_package`\n    - **Ruby**: `option ruby_package`\n    - **Java**: `option java_package`\n    - **C#**: `option csharp_namespace`\n- Generated files will be stored in the `proto/generated/` directory.\n- Ensure your `.proto` files are properly defined and include all necessary imports.\n\n## Planned Features\n- Expand support to Python, C++, PHP, Node.js, and TypeScript in future updates.\n- Improve validation for `.proto` files and package configurations.\n\n## Contributing\nFeel free to open issues or submit pull requests to improve the script. Contributions to support additional languages are especially welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimnerocode%2Fprotoc-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimnerocode%2Fprotoc-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimnerocode%2Fprotoc-generator/lists"}