ArtsTech.Grpc.TypescriptClientGenerator 0.2.12

There is a newer version of this package available.
See the version list below for details.
dotnet add package ArtsTech.Grpc.TypescriptClientGenerator --version 0.2.12
NuGet\Install-Package ArtsTech.Grpc.TypescriptClientGenerator -Version 0.2.12
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ArtsTech.Grpc.TypescriptClientGenerator" Version="0.2.12" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ArtsTech.Grpc.TypescriptClientGenerator --version 0.2.12
#r "nuget: ArtsTech.Grpc.TypescriptClientGenerator, 0.2.12"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ArtsTech.Grpc.TypescriptClientGenerator as a Cake Addin
#addin nuget:?package=ArtsTech.Grpc.TypescriptClientGenerator&version=0.2.12

// Install ArtsTech.Grpc.TypescriptClientGenerator as a Cake Tool
#tool nuget:?package=ArtsTech.Grpc.TypescriptClientGenerator&version=0.2.12

Typescript Client Generator

This will by default auto generate a Javascript gRPC client stub along with the protobuf contracts and .d.ts Typescript definition files in your $(SpaRoot) folder.

Configuration

<Project>
    <PropertyGroup>
        <GrpcTypescriptOutDir>$(SpaRoot)src\Generated\grpc\</GrpcTypescriptOutDir>
    </PropertyGroup>
    <ItemGroup>
        <Protobuf Include="**/*.proto" />
    </ItemGroup>
</Project>

By default the Output Directory is set to $(SpaRoot)src\Generated\grpc\. However you can override this with the above MsBuild snippet.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.13 577 9/10/2021
0.2.12 366 9/6/2021
0.2.11 334 8/17/2021
0.2.3 319 8/16/2021
0.2.1 311 8/16/2021
0.1.4 323 8/10/2021
0.1.3 329 8/10/2021