https://github.com/sitkoru/sitko.grpc.tools.doc
.NET library to generate docs for protobuf and gRPC
https://github.com/sitkoru/sitko.grpc.tools.doc
dotnet grpc hacktoberfest protobuf
Last synced: about 1 month ago
JSON representation
.NET library to generate docs for protobuf and gRPC
- Host: GitHub
- URL: https://github.com/sitkoru/sitko.grpc.tools.doc
- Owner: sitkoru
- License: mit
- Created: 2020-12-04T05:21:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T10:57:19.000Z (over 3 years ago)
- Last Synced: 2024-03-26T16:36:48.065Z (about 2 years ago)
- Topics: dotnet, grpc, hacktoberfest, protobuf
- Language: C#
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Sitko.Grpc.Tools.Doc
[](https://www.nuget.org/packages/Sitko.Grpc.Tools.Doc/)
MSBuild Target for generate documentation from gRPC
# Installation
```
dotnet add package Sitko.Grpc.Tools.Doc
```
# Basic usage
Specify DocOutputDir on Protobuf
```xml
```