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
114 stars 32 forks source link

String enums for the command line interface #64

Open vespertilian opened 1 year ago

vespertilian commented 1 year ago

Hey Adrian,

Great package.

Any chance we could have a string Enum option for the command line? I tried just to set it with stringEnums: true but it did not seem to work.

Thanks!