life-sciences-portal-cli
Version:
A CLI to generate and manage life sciences portals.
22 lines (21 loc) • 862 B
JSON
{
"$schema": "../../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"lsp-new": {
"description": "Creates a new life sciences portal",
"factory": "./new/index#lifeSciencesPortalNew"
},
"lsp-visual-framework": {
"description": "Updates package.json and angular.json with Visual Framework items",
"factory": "./visual-framework/index#lifeSciencesPortalVisualFramework"
},
"lsp-sitemap": {
"description": "Creates a sitemap for a new portal",
"factory": "./sitemap/index#lifeSciencesPortalSitemap"
},
"lsp-internal-cms": {
"description": "Create an internal lightweight markdown-based CMS",
"factory": "./internal-cms/index#lifeSciencesPortalInternalCms"
}
}
}