{"id":21927425,"url":"https://github.com/mean-expert-official/protoc-ts","last_synced_at":"2025-04-19T17:34:06.152Z","repository":{"id":57169596,"uuid":"112045608","full_name":"mean-expert-official/protoc-ts","owner":"mean-expert-official","description":"Protoc compiler plugin for TypeScript service interfaces","archived":false,"fork":false,"pushed_at":"2018-10-27T17:20:00.000Z","size":38,"stargazers_count":6,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T10:51:19.493Z","etag":null,"topics":["grpc","plugin","protobuf","typescript"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/mean-expert-official.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-26T00:54:28.000Z","updated_at":"2020-10-12T05:26:55.000Z","dependencies_parsed_at":"2022-09-11T02:30:24.709Z","dependency_job_id":null,"html_url":"https://github.com/mean-expert-official/protoc-ts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mean-expert-official%2Fprotoc-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mean-expert-official%2Fprotoc-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mean-expert-official%2Fprotoc-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mean-expert-official%2Fprotoc-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mean-expert-official","download_url":"https://codeload.github.com/mean-expert-official/protoc-ts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248931149,"owners_count":21185123,"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":["grpc","plugin","protobuf","typescript"],"created_at":"2024-11-28T22:15:18.787Z","updated_at":"2025-04-19T17:34:06.118Z","avatar_url":"https://github.com/mean-expert-official.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# protoc-ts\n\u003e Protoc compiler for TypeScript service interfaces\n\n## Installation\n\n````sh\n$ npm install --save @mean-expert/protoc-ts\n````\n\n## Usage\n* Make sure the protoc compiler is installed. [Compiler Releases](https://github.com/google/protobuf/releases/tag/v3.5.0)\n* Invoke `protoc` with:\n* `--plugin` - define where the plugin needed for `ts_out` can be found\n* `--ts_out` - the params and directory to output to \n* `generated` - output directory name\n* `-I` - Protos root directory\n\n```sh\nprotoc \\\n--plugin=protoc-ts=./node_modules/.bin/protoc-ts \\\n--ts_out=service=true:generated \\\n-I ./proto \\\nproto/*.proto\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmean-expert-official%2Fprotoc-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmean-expert-official%2Fprotoc-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmean-expert-official%2Fprotoc-ts/lists"}