slush-regenerator
Version:
A slush generator for many website things (Optimized for Laravel 5.2)
29 lines (28 loc) • 576 B
JSON
[
{
"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"
}
]
}
]