gruntwork-io / boilerplate

A tool for generating files and folders ("boilerplate") from a set of templates
https://www.gruntwork.io
Mozilla Public License 2.0
157 stars 12 forks source link

Use survey to provide rich prompts for string and enum #104

Closed zackproser closed 2 years ago

zackproser commented 2 years ago

Description

Closes #103

These changes implement rich prompts, provided by the Survey library, for variables of type String and Enum.

Documentation

TODOs

Please ensure all of these TODOs are completed before asking for a review.

Related Issues

zackproser commented 2 years ago

Thanks for review! Going to merge this in now.