allons-y
Version:
Allons-y is a simple skeleton to package nodejs modules by feature.
17 lines (16 loc) • 404 B
JSON
{
"env": [{
"type": "input",
"name": "ALLONSY_LOGS_OUTPUT",
"message": "Enable the live logs output (\"err\", \"warn\", \"all\" or \"none\"):",
"default": "none"
}, {
"type": "confirm",
"name": "ALLONSY_LIVE_COMMANDS",
"message": "Enable the Live commands:"
}, {
"type": "confirm",
"name": "ALLONSY_WATCHER",
"message": "Enable the Allons-y Watcher:"
}]
}