foundweekends / foundweekends/giter8
Support for Dynamic inputs from user
Open
- Dominant language
- Scala
- Stars
- 1.8k
- Forks
- 225
- Avg merge
- 2h 35m
- Merged PRs (30d)
- 8
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.