{
  "create": {
    "order": 10,
    "category": "rootOnly",
    "description": "create a new local Monaca project from a template",
    "usage": "monaca create path",
    "longDescription": [
      "Creates a new application at a provided path.",
      "",
      "The command downloads a list of available templates",
      "and then displays a list for the user to choose from.",
      "",
      "The specified project will be created in a directory",
      "given by the user."
    ],
    "options": [
      [
        "--url",
        "URL of a zip file containing a Monaca template."
      ],
      [
        "--template-list",
        "Prints a list of all the available Monaca templates."
      ],
      [
        "--template",
        "Name of the chosen template for the project creation."
      ]
    ],
    "examples": [
      "monaca create myproject",
      "monaca create --template-list",
      "monaca create myproject --template blank",
      "monaca create myproject --url http://github.com/me/myproject/archive/master.zip"
    ]
  }
}
