Is your feature request related to a problem? Please describe.
I'm writing a custom generator and want to use applicationGenerator located in src/generators/application/generator.ts but it's not exposed in the library based index.ts
Describe the solution you'd like
Add export * from "./src/generators/application/generator.ts";
Describe alternatives you've considered
Additional context