{
    "schematics": {
        "ng-add": {
            "aliases": [
                "add"
            ],
            "factory": "./schematics/add",
            "description": "Adds ng-afelio",
            "schema": "./schematics/add/schema.json"
        },
        "install-mocks": {
            "aliases": [
                "i-mocks"
            ],
            "factory": "./schematics/install-mocks",
            "description": "Generate mocks system.",
            "schema": "./schematics/install-mocks/schema.json"
        },
        "install-translate": {
            "aliases": [
                "i-i18n"
            ],
            "factory": "./schematics/install-translate",
            "description": "Generate translate system.",
            "schema": "./schematics/install-translate/schema.json"
        },
        "install-store": {
            "aliases": [
                "i-ngxs"
            ],
            "factory": "./schematics/install-store",
            "description": "Install NGXS.",
            "schema": "./schematics/install-store/schema.json"
        },
        "install-uikit": {
            "aliases": [
                "i-ui"
            ],
            "factory": "./schematics/install-uikit",
            "description": "Add UI Kit.",
            "schema": "./schematics/install-uikit/schema.json"
        },
        "install-docker": {
            "aliases": [
                "i-docker"
            ],
            "factory": "./schematics/install-docker",
            "description": "Add Docker.",
            "schema": "./schematics/install-docker/schema.json"
        },
        "install-oidc": {
            "aliases": [
                "i-oidc"
            ],
            "factory": "./schematics/install-oidc",
            "description": "Generate OIDC system.",
            "schema": "./schematics/install-oidc/schema.json"
        },
        "install-error-handler": {
            "aliases": [
                "i-error-handler"
            ],
            "factory": "./schematics/install-error-handler",
            "description": "Generate error handler system.",
            "schema": "./schematics/install-error-handler/schema.json"
        },
        "module": {
            "aliases": [
                "m"
            ],
            "factory": "./schematics/module",
            "description": "Creates a new generic NgModule definition in the given or default project.",
            "schema": "./schematics/module/schema.json"
        },
        "store": {
            "aliases": [
                "ngxs"
            ],
            "factory": "./schematics/store",
            "description": "Creates a new generic Store definition in current path.",
            "schema": "./schematics/store/schema.json"
        },
        "mock": {
            "aliases": [
                "mo"
            ],
            "factory": "./schematics/mock",
            "description": "Creates a new generic Mock definition in current path.",
            "schema": "./schematics/mock/schema.json"
        },
        "component": {
            "aliases": [
                "c"
            ],
            "factory": "./schematics/component",
            "description": "Create an Angular component.",
            "schema": "./schematics/component/schema.json"
        },
        "directive": {
            "aliases": [
                "d"
            ],
            "factory": "./schematics/directive",
            "description": "Create an Angular directive.",
            "schema": "./schematics/directive/schema.json"
        },
        "guard": {
            "aliases": [
                "g"
            ],
            "factory": "./schematics/guard",
            "description": "Create an Angular guard.",
            "schema": "./schematics/guard/schema.json"
        },
        "pipe": {
            "aliases": [
                "p"
            ],
            "factory": "./schematics/pipe",
            "description": "Create an Angular pipe.",
            "schema": "./schematics/pipe/schema.json"
        },
        "service": {
            "aliases": [
                "s"
            ],
            "factory": "./schematics/service",
            "description": "Create an Angular service.",
            "schema": "./schematics/service/schema.json"
        },
        "private-plugin": {
            "aliases": [
                "plugin"
            ],
            "factory": "./schematics/plugin",
            "description": "Use ng-afelio plugin generator",
            "schema": "./schematics/plugin/schema.json"
        },
        "ng-new": {
            "aliases": [
                "new"
            ],
            "factory": "./schematics/new",
            "description": "Create project with ng-afelio included",
            "schema": "./schematics/new/schema.json"
        }
    }
}