giter8 icon indicating copy to clipboard operation
giter8 copied to clipboard

Support for Dynamic inputs from user

Open kumbham opened this issue 2 years ago • 0 comments

I have a use case to accept multiple values for a property from the user and generate multiple schema files based on the input. Is there a way to accept dynamic values from users and access these passed values in template files?

ex: schema_names: s1, s2, s3 (multiple values separated by a comma) Is there a way to split these values and access them in the template files? Ideally, I want to generate s1.scala, s2.scala, s3.scala files.

kumbham avatar Jun 01 '22 15:06 kumbham