TypescriptGeneration 0.5.3
dotnet add package TypescriptGeneration --version 0.5.3
NuGet\Install-Package TypescriptGeneration -Version 0.5.3
<PackageReference Include="TypescriptGeneration" Version="0.5.3" />
paket add TypescriptGeneration --version 0.5.3
#r "nuget: TypescriptGeneration, 0.5.3"
// 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 | Versions 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. |
-
- FunctionalSharp.DiscriminatedUnions (>= 0.9.1)
- FunctionalSharp.OptionTypes (>= 0.9.1)
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,623 | 7/10/2016 |
0.5.2 | 1,003 | 7/10/2016 |
0.5.1 | 1,165 | 7/3/2016 |
0.5.0 | 1,002 | 7/2/2016 |
0.3.4 | 1,277 | 9/5/2014 |
0.3.3 | 1,088 | 8/8/2014 |
0.3.2 | 1,121 | 8/8/2014 |
0.3.1 | 1,077 | 7/25/2014 |
0.3.0 | 1,113 | 7/25/2014 |
0.2.9 | 1,071 | 7/25/2014 |
0.2.8 | 1,093 | 7/25/2014 |
0.2.7 | 1,078 | 7/20/2014 |
0.2.6 | 1,080 | 7/20/2014 |
0.2.5 | 1,139 | 7/9/2014 |
0.2.3 | 1,097 | 5/22/2014 |
0.2.2 | 1,084 | 5/17/2014 |
0.2.0 | 1,099 | 5/12/2014 |
- Allow typescript interface to inherrit from multiple classes/interfaces.