An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Sitko.Grpc.Tools.Doc

[![Nuget](https://img.shields.io/nuget/v/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

```