-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Closed
Description
On the long term we might want to offer an other way to select the targeted generator.
Probably with multiple switches (to be defined more precisely):
- language
- generator type
- framework
- ...
Examples:
cli -type=client -language=kotlin
cli -type=server -language=kotlin -framework=ktor
A first move that we could do now with our first release is to rename the term “language” with “generator-name“ in the maven Plugin and in the CLI.
We might support them both options for backward compatibility, but with a warning explaining that “generator-name“ should be preferred.
What are the opinions?
cc: @jimschubert
Reactions are currently unavailable