{
  "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
  "$id": "scully-schematics",
  "schematics": {
    "ng-add": {
      "description": "Add scully to the application.",
      "factory": "./ng-add/index",
      "schema": "./ng-add/schema.json",
      "aliases": ["install"]
    },
    "scully": {
      "description": "Add scully to your angular app.",
      "factory": "./scully/index",
      "schema": "./scully/schema.json",
      "aliases": ["run"]
    },
    "add-blog": {
      "description": "Add scully component to your angular app.",
      "factory": "./add-blog/index",
      "schema": "./add-blog/schema.json",
      "aliases": ["blog"]
    },
    "add-post": {
      "description": "Add new blog input",
      "factory": "./add-post/index",
      "schema": "./add-post/schema.json",
      "aliases": ["post"]
    },
    "create-markdown": {
      "description": "Add create markdown folder and module",
      "factory": "./create-markdown/index",
      "schema": "./create-markdown/schema.json",
      "aliases": ["c-markdown", "markdown", "md"]
    },
    "add-plugin": {
      "description": "Add a custom plugin for scully",
      "factory": "./add-plugin/index",
      "schema": "./add-plugin/schema.json",
      "aliases": ["plugin"]
    },
    "route-discovery": {
      "description": "Show the routes",
      "factory": "./route-discovery/index",
      "schema": "./route-discovery/schema.json",
      "aliases": ["route", "discovery"]
    },
    "plugin-ts": {
      "description": "Add support for custom typescript plugins",
      "factory": "./plugin-ts/index",
      "schema": "./plugin-ts/schema.json",
      "aliases": ["ts", "pluginTS"]
    }
  }
}
