ArtsTech.Grpc.TypescriptClientGenerator
0.2.13
dotnet add package ArtsTech.Grpc.TypescriptClientGenerator --version 0.2.13
NuGet\Install-Package ArtsTech.Grpc.TypescriptClientGenerator -Version 0.2.13
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.13" />
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.13
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ArtsTech.Grpc.TypescriptClientGenerator, 0.2.13"
#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.13 // Install ArtsTech.Grpc.TypescriptClientGenerator as a Cake Tool #tool nuget:?package=ArtsTech.Grpc.TypescriptClientGenerator&version=0.2.13
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.
-
.NETFramework 4.5
- Microsoft.Build.Utilities.Core (>= 14.3.0)
- MSBuild.Core.SetEnvVar (>= 0.1.5)
-
.NETStandard 1.3
- Microsoft.Build.Utilities.Core (>= 14.3.0)
- MSBuild.Core.SetEnvVar (>= 0.1.5)
- NETStandard.Library (>= 1.6.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.