-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
Description
Currently, the starter lets you select dependencies for the project. This is fine for most projects, but some scenarios require more setup. As a start, we could have packs for an application with:
- service proxies and rxified API, or
- gRPC server
For such cases, we could have a "pack" input (similar to dependencies) which would generate everything needed.
danielpetisme