audaciaconsulting / Audacia.Typescript

Write typescript and generate typescript modules from C# assemblies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audacia.Typescript

Write typescript and generate typescript modules from C# assemblies.

Build Status CodeFactor

NuGet
Audacia.Typescript NuGet
Audacia.Typescript.Transpiler NuGet

This solution consists of two main projects:

The base project contains classes for generating typescript programatically in C#, in a consistent and clean way. The transpiler project contains classes and tooling for reflecting C# assemblies at build time and generating typescript modules based on them. Please follow their respective links above for more information on each.

Please note: this project is still in development and not all CLR features are supported yet.

About

Write typescript and generate typescript modules from C# assemblies.

License:MIT License


Languages

Language:C# 97.6%Language:TypeScript 2.4%