Info
| Version: | 0.5.3 | 
| Author(s): | Patrick van Lohuizen | 
| Last Update: | Sunday, July 10, 2016 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/Patrickkk/TypescriptGeneration | 
| NuGet Url: | https://www.nuget.org/packages/TypescriptGeneration | 
Install
Install-Package TypescriptGeneration
                        dotnet add package TypescriptGeneration
                        paket add TypescriptGeneration
                        
                                TypescriptGeneration Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- FunctionalSharp.DiscriminatedUnions(>= 0.9.1)
- FunctionalSharp.OptionTypes(>= 0.9.1)
Tags
 
                
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".