hay-kot / scaffold

A cookie cutter alternative with in-project scaffolding for generating components, controllers, or other common code patterns.
https://hay-kot.github.io/scaffold/
MIT License
51 stars 5 forks source link

Extend Prompt Validation Support #142

Closed hay-kot closed 1 month ago

hay-kot commented 3 months ago

Extend prompt/input validation to support additional options

Example:

- name: prop1
  prompt: {}
  validate:
    required: true
    min: 10
    max: 20
    match: .*