WebApiToTypeScript 2.9.1

dotnet add package WebApiToTypeScript --version 2.9.1
                    
NuGet\Install-Package WebApiToTypeScript -Version 2.9.1
                    
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="WebApiToTypeScript" Version="2.9.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WebApiToTypeScript" Version="2.9.1" />
                    
Directory.Packages.props
<PackageReference Include="WebApiToTypeScript" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WebApiToTypeScript --version 2.9.1
                    
#r "nuget: WebApiToTypeScript, 2.9.1"
                    
#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.
#addin nuget:?package=WebApiToTypeScript&version=2.9.1
                    
Install as a Cake Addin
#tool nuget:?package=WebApiToTypeScript&version=2.9.1
                    
Install as a Cake Tool

A tool for code generating TypeScript endpoints, interfaces, enums, resources and view paths for your ASP.NET Web API controllers/web apps

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
2.9.1 5,205 2/20/2020
2.9.0 5,279 1/25/2019
2.8.0 6,509 7/26/2018
2.7.0 2,175 12/5/2017
2.6.0 2,352 10/24/2017
2.5.2 2,293 9/25/2017
2.5.1 2,023 9/21/2017
2.5.0 2,371 9/21/2017
2.4.0 2,262 8/31/2017
2.3.2 2,387 7/27/2017
2.3.1 2,217 7/27/2017
2.3.0 2,249 7/26/2017
2.2.0 2,194 7/21/2017
2.1.2 2,214 6/22/2017
2.1.1 2,168 6/22/2017
2.1.0 2,141 6/11/2017
2.0.0 2,181 6/5/2017
1.11.1 2,291 5/26/2017
1.11.0 2,276 5/12/2017
1.10.3 2,145 3/10/2017
1.10.2 2,301 2/27/2017
1.10.1 2,144 2/27/2017
1.10.0 3,149 2/17/2017
1.9.5 1,945 1/23/2017
1.9.4 2,327 1/11/2017
1.9.3 2,219 1/11/2017
1.9.2 2,186 1/11/2017
1.9.1 2,250 1/11/2017
1.9.0 2,409 1/11/2017
1.8.1 2,079 1/10/2017
1.8.0 2,327 1/2/2017
1.7.7 2,174 1/2/2017
1.7.6 2,222 1/2/2017
1.7.5 2,037 12/21/2016
1.7.4 2,062 12/13/2016
1.7.3 2,056 12/2/2016
1.7.2 2,296 12/1/2016
1.7.1 2,157 12/1/2016
1.7.0 2,037 12/1/2016
1.6.0 2,229 10/20/2016
1.5.3 2,109 10/19/2016
1.5.2 2,239 10/13/2016
1.5.1 2,358 10/13/2016
1.5.0 2,211 10/13/2016
1.4.11 2,109 10/7/2016
1.4.10 2,373 9/27/2016
1.4.9 2,072 9/26/2016
1.4.8 2,441 9/20/2016
1.4.7 2,740 9/19/2016
1.4.6 2,757 9/19/2016
1.4.5 2,539 9/19/2016
1.4.3 2,446 9/15/2016
1.4.2 2,375 9/15/2016
1.4.1 2,278 9/15/2016
1.4.0 2,489 9/15/2016
1.3.0 2,166 9/14/2016
1.2.0 2,369 9/14/2016
1.1.2 2,194 9/13/2016
1.1.1 2,304 9/13/2016
1.1.0 2,226 9/13/2016
1.0.9 2,322 9/12/2016
1.0.8 2,573 9/9/2016
1.0.7 2,266 9/9/2016
1.0.6 2,455 9/6/2016
1.0.5 2,514 8/30/2016
1.0.4 2,445 8/29/2016
1.0.3 2,411 8/29/2016
1.0.2 2,376 8/29/2016
1.0.1 2,563 8/29/2016
1.0.0 3,196 8/29/2016

Fixed derived interface generation in some cases.