/cs2ts-example

Example project to demonstrate the generation of TypeScript interfaces from C# classes with no use of third party tools

Primary LanguageC#

Example converting C# classes to TypeScript interfaces

This example converts C# classes into TypeScript interfaces with no plugin, extension or third party tools.

It uses Reflection and generate the interfaces at startup.

Just clone the project and execute dotnet run (or run it from Visual Studio).