Files
bower/templates/json/help-init.json
2013-07-09 23:56:45 +01:00

15 lines
320 B
JSON

{
"command": "init",
"description": "Creates a bower.json file based on answers to questions.",
"usage": [
"init [<options>]"
],
"options": [
{
"shorthand": "-h",
"flag": "--help",
"description": "Show this help message"
}
]
}