CSharp2Typescript is a tool that helps convert C# DTOs into TypeScript definitions.
- Transforms C# data models into TypeScript definitions
- Keeps property names and structure
- Useful for generating TypeScript types for API models
This tool helps being productive by generating TypeScript types directly from your C# code.
-
Clone the repository:
git clone https://github.com/Torres116/CSharp2Typescript.git cd CSharp2Typescript