https://github.com/aerb/pretty-proto
Makes your protos pretty 😊
https://github.com/aerb/pretty-proto
kotlin kotlin-multiplatform kotlinjs protobuf protocol-buffers wire
Last synced: 28 days ago
JSON representation
Makes your protos pretty 😊
- Host: GitHub
- URL: https://github.com/aerb/pretty-proto
- Owner: aerb
- License: apache-2.0
- Created: 2020-04-11T23:15:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T22:58:39.000Z (about 2 years ago)
- Last Synced: 2025-04-05T00:41:17.975Z (about 2 months ago)
- Topics: kotlin, kotlin-multiplatform, kotlinjs, protobuf, protocol-buffers, wire
- Language: Kotlin
- Homepage: https://aerb.github.io/pretty-proto/
- Size: 229 KB
- Stars: 9
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Pretty Proto
A utility to format the `toString()` output of [Wire](https://github.com/square/wire) generated Protos.## License
```
Copyright 2019 Adam ErbLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```