AdrianWilczynski / CSharpToTypeScript

Convert C# Models, ViewModels and DTOs into their TypeScript equivalents using webapps, CLI Tool or VSCode extension. Links: https://marketplace.visualstudio.com/items?itemName=adrianwilczynski.csharp-to-typescript - https://csharptotypescript.azurewebsites.net - https://adrianwilczynski.github.io/CSharpToTypeScript/ - https://www.nuget.org/packages/CSharpToTypeScript.CLITool/
MIT License
115 stars 32 forks source link

[feature request] output file name begin with capital letter #39

Open nliu-ms opened 2 years ago

nliu-ms commented 2 years ago

Can you please add an option for output file name. It begins with lower case, and I want the file name begins with capital letter.

Thank you!