{"id":28665559,"url":"https://github.com/le0developer/skew-protocol-buffers","last_synced_at":"2025-10-09T02:48:41.968Z","repository":{"id":296674831,"uuid":"994118620","full_name":"Le0Developer/skew-protocol-buffers","owner":"Le0Developer","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-13T10:38:39.000Z","size":115,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-13T12:55:12.001Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/Le0Developer.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-01T08:45:59.000Z","updated_at":"2025-09-13T10:38:42.000Z","dependencies_parsed_at":"2025-08-18T09:11:54.011Z","dependency_job_id":"d73ec6d1-2c1a-44da-ab6a-da2d083bd026","html_url":"https://github.com/Le0Developer/skew-protocol-buffers","commit_stats":null,"previous_names":["le0developer/skew-protocol-buffers"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Le0Developer/skew-protocol-buffers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Le0Developer%2Fskew-protocol-buffers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Le0Developer%2Fskew-protocol-buffers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Le0Developer%2Fskew-protocol-buffers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Le0Developer%2Fskew-protocol-buffers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Le0Developer","download_url":"https://codeload.github.com/Le0Developer/skew-protocol-buffers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Le0Developer%2Fskew-protocol-buffers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000766,"owners_count":26082906,"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-09T02:00:07.460Z","response_time":59,"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":[],"created_at":"2025-06-13T13:38:48.233Z","updated_at":"2025-10-09T02:48:41.963Z","avatar_url":"https://github.com/Le0Developer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# protoc\n\nA protocol-buffers implementation in Skew.\n\n## Pre-requisites\n\nYou need to have the protoc compiler and [Go](https://go.dev/) installed on your\nsystem. You can download the protoc compiler from\n[here](https://github.com/protocolbuffers/protobuf#protobuf-compiler-installation).\n\n## Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/le0developer/skew-protocol-buffers.git\n   cd skew-protocol-buffers\n   ```\n\n2. Run the Makefile to build the project:\n\n   ```bash\n   make\n   ```\n\n3. Install the protoc-gen-skew plugin (or copy the file from `dist/` to your\n   `$GOPATH/bin`):\n\n   ```bash\n   go install github.com/le0developer/skew-protocol-buffers/cmd/protoc-gen-skew@latest\n   ```\n\n4. Copy the `dist/runtime.sk` file to your project directory. It contains the\n   runtime definitions needed to work with protocol buffers in Skew.\n5. You also need to [skew-vendor](https://github.com/Le0Developer/skew-vendor)\n   to your project directory.\n\n## Usage\n\nTo use the `protoc-gen-skew` plugin, you need to generate Skew code from your\n`.proto` files. You can do this by running the following command:\n\n```bash\nprotoc --skew_out=. your_proto_file.proto\n```\n\n## Options\n\nYou can pass options to the `protoc` compiler which will modify the generated\ncode. A full list of options and their descriptions can be found in the\n[gen/options.go](gen/options.go) file.\n\nThe options are passed when invoking the `protoc` command in the `--skew_out`\nflag before the output directory separated by a colon `:`:\n\n```bash\nprotoc --skew_out=\"PreserveUnknownFields=no:.\" your_proto_file.proto\n```\n\nMultiple options can be passed by separating them with a comma `,`.\n\nA preceding `!` will disable the option, otherwise it will be enabled by\ndefault.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fle0developer%2Fskew-protocol-buffers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fle0developer%2Fskew-protocol-buffers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fle0developer%2Fskew-protocol-buffers/lists"}