{"id":16594933,"url":"https://github.com/symind/ts2proto","last_synced_at":"2025-04-15T05:43:55.904Z","repository":{"id":168062743,"uuid":"643025379","full_name":"SyMind/ts2proto","owner":"SyMind","description":"TypeScript to Protocol Buffers 🍭","archived":false,"fork":false,"pushed_at":"2023-06-05T08:16:44.000Z","size":146,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T16:21:57.167Z","etag":null,"topics":["protobuf","protocol-buffers","typescript"],"latest_commit_sha":null,"homepage":"","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/SyMind.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":"2023-05-19T22:44:41.000Z","updated_at":"2025-01-16T02:42:47.000Z","dependencies_parsed_at":"2023-07-19T05:15:58.154Z","dependency_job_id":null,"html_url":"https://github.com/SyMind/ts2proto","commit_stats":null,"previous_names":["symind/ts2proto"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyMind%2Fts2proto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyMind%2Fts2proto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyMind%2Fts2proto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyMind%2Fts2proto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SyMind","download_url":"https://codeload.github.com/SyMind/ts2proto/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249016310,"owners_count":21198829,"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":["protobuf","protocol-buffers","typescript"],"created_at":"2024-10-11T23:48:02.280Z","updated_at":"2025-04-15T05:43:55.899Z","avatar_url":"https://github.com/SyMind.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ts2proto\n\nTypeScript to Protocol Buffers 🍭\n\n## Example\n\nTake a TypeScript:\n\n```ts\nexport class User {\n  name?: string;\n  age?: number;\n}\n```\n\nRun ts2proto:\n\n```bash\nnpx @ts2proto/cli foo.ts\n```\n\nGET a Protocol Buffers:\n\n```proto\nsyntax = \"proto3\";\n\nmessage User {\n  optional string name = 0;\n  optional double age = 1;\n}\n```\n\n## LICENSE\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsymind%2Fts2proto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsymind%2Fts2proto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsymind%2Fts2proto/lists"}