help-init.json 320 B

1234567891011121314
  1. {
  2. "command": "init",
  3. "description": "Creates a bower.json file based on answers to questions.",
  4. "usage": [
  5. "init [<options>]"
  6. ],
  7. "options": [
  8. {
  9. "shorthand": "-h",
  10. "flag": "--help",
  11. "description": "Show this help message"
  12. }
  13. ]
  14. }