{
  "schematics": {
    "ng-new": {
      "factory": "./moon-schematics/ng-new",
      "schema": "./moon-schematics/ng-new/schema.json",
      "description": "Create an empty workspace"
    },
    "createApp": {
      "factory": "./moon-schematics/createApp",
      "schema": "./moon-schematics/createApp/schema.json",
      "description": "Create an APP"
    }
  }
}
