generator-at-angular
Version:
Yeoman angular application generator thet uses Webpack, SASS, UI router, Karma and Jasmine for testing, and auto generated docs.
34 lines (33 loc) • 682 B
JSON
[{
"type": "list",
"name": "type",
"message": "What would you like to remove?",
"choices": [{
"value": "component",
"name": "component"
},
{
"value": "directive",
"name": "directive"
},
{
"value": "page",
"name": "page"
},
{
"value": "service",
"name": "service"
}
]
},
{
"type": "input",
"name": "itemName",
"message": "What's the full name of the item to remove?"
},
{
"type": "confirm",
"name": "confirmRemove",
"message": "Are you sure you would like to remove this item ? (No going back if you didn't commit !!)"
}
]