Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattwelke/published-protos-test
Testing a workflow for publishing public libraries containing generated code from Protobuf message definitions to GitHub Packages.
https://github.com/mattwelke/published-protos-test
Last synced: about 1 month ago
JSON representation
Testing a workflow for publishing public libraries containing generated code from Protobuf message definitions to GitHub Packages.
- Host: GitHub
- URL: https://github.com/mattwelke/published-protos-test
- Owner: mattwelke
- Created: 2021-09-05T05:15:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-06T04:55:21.000Z (over 3 years ago)
- Last Synced: 2024-10-14T02:24:13.418Z (3 months ago)
- Language: Shell
- Size: 142 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# published-protos-test
The .proto files are in the root directory.
The directories under the `generated` directory are templates for libraries that contain the code generated from the .proto files.
Examples:
## Go
WIP
## Maven
Directory `generated/maven` has everything for a Maven artifact except the generated Java files.
Consuming applications use it by authing with GitHub Packages. Use username and password auth with GitHub username as username and a GitHub PAT with read packages scope as password:
![image](https://user-images.githubusercontent.com/7719209/132143478-4501053a-1119-4690-bbeb-5deb72dc7c16.png)