[
{
    "name": "workflow",
    "message": "Which workflow would you like to use for generating files? Choose from the following options:",
    "type": "list",
    "choices": [
        {
            "name": "Wizard (step by step)",
            "value": "wizard"
        }
    ]
},
{
    "name": "theme",
    "message": "Pick a theme",
    "type": "list",
    "choices": [
        {
            "name": "Bootstrap (3.3.6)",
            "value": "bootstrap"
        },
        {
            "name": "Barebones (No styling)",
            "value": "barebones"
        }
    ]
}
]
