ModelsToTypescript 1.1.5

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

// Install ModelsToTypescript as a Cake Tool
#tool nuget:?package=ModelsToTypescript&version=1.1.5

Builds TypeScripts DataModels which map to EF code-first data models.  Just point the application at your namespace, and it generates them all.  

It omits KeyAttribute and Timestamp properties from the class, but keeps them so you can call toJS or update(data) to update your model with the server.

Installs 1 file /Scripts/DataModels.tt to your project.

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
1.1.5 3,585 8/14/2014
1.1.0 1,081 8/2/2014
1.0.3 1,098 8/14/2014
1.0.0 1,120 8/1/2014

Allow for Dynamic Assessment of Key Fields.
Fixed some issues with Generic Type Handling
Updated Script to use StringBuilder