Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support dto bundles #37

Open
HadiSDev opened this issue Jul 28, 2020 · 0 comments
Open

Support dto bundles #37

HadiSDev opened this issue Jul 28, 2020 · 0 comments

Comments

@HadiSDev
Copy link

It would be very nice if you could add support for saving the interfaces in a dtos.ts file, so we do not have to export every single file from our module. So something like bundle=true, would make all the C# classes in dir: workDir/Folder1/dtoClass1.cs into
ConvertDir/Folder1/Folder1DTOs.ts or ConvertDir/Folder1DTOs.ts, where Folder1DTOs.ts contains all of the interfaces for the C# classes under Folder1.

then in index.ts I can just do export * from "ConvertDir/Folder1/Folder1DTOs.ts";

I hope it makes sense :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant