TypescriptGeneration 0.5.3

dotnet add package TypescriptGeneration --version 0.5.3
NuGet\Install-Package TypescriptGeneration -Version 0.5.3
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="TypescriptGeneration" Version="0.5.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TypescriptGeneration --version 0.5.3
#r "nuget: TypescriptGeneration, 0.5.3"
#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 TypescriptGeneration as a Cake Addin
#addin nuget:?package=TypescriptGeneration&version=0.5.3

// Install TypescriptGeneration as a Cake Tool
#tool nuget:?package=TypescriptGeneration&version=0.5.3

This dll helps with the generation of typescript code. A model representing the typescript code can be build and then used to generate the actual code. the main reason this package was created is because it will be used in "https://github.com/Patrickkk/TypedDotNet".

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on TypescriptGeneration:

Package Downloads
TypedDotNet

This project helps create a typescript model that can then be used to write typesrcript classes/interfaces/other typescript constructs based on a .net assembly.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.5.3 2,545 7/10/2016
0.5.2 992 7/10/2016
0.5.1 1,153 7/3/2016
0.5.0 990 7/2/2016
0.3.4 1,265 9/5/2014
0.3.3 1,076 8/8/2014
0.3.2 1,110 8/8/2014
0.3.1 1,063 7/25/2014
0.3.0 1,098 7/25/2014
0.2.9 1,057 7/25/2014
0.2.8 1,079 7/25/2014
0.2.7 1,064 7/20/2014
0.2.6 1,067 7/20/2014
0.2.5 1,125 7/9/2014
0.2.3 1,083 5/22/2014
0.2.2 1,072 5/17/2014
0.2.0 1,086 5/12/2014

- Allow typescript interface to inherrit from multiple classes/interfaces.