@jorgeucanorg/init
Version:
Add scully to your angular app
47 lines (46 loc) • 1.49 kB
JSON
{
"$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"ng-add": {
"description": "Add scully to the aplication",
"factory": "./ng-add/index",
"schema": "./ng-add/schema.json",
"aliases": ["install"]
},
"scully": {
"description": "Add scully to your angular app.",
"factory": "./scully/index#scully",
"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"]
},
"create-blog": {
"description": "Add scully component to your angular app.",
"factory": "./create-blog/index",
"schema": "./create-blog/schema.json"
},
"add-post": {
"description": "Add new blog input",
"factory": "./add-post/index",
"schema": "./add-post/schema.json",
"aliases": ["post"]
},
"add-markdown": {
"description": "Add new markdown folder and module",
"factory": "./add-markdown/index",
"schema": "./add-markdown/schema.json",
"aliases": ["markdown"]
},
"create-markdown": {
"description": "Add create markdown folder and module",
"factory": "./create-markdown/index",
"schema": "./create-markdown/schema.json",
"aliases": ["c-markdown"]
}
}
}