@nx/angular
Version:
33 lines (32 loc) • 1.01 kB
JSON
{
"$schema": "https://json-schema.org/schema",
"$id": "GeneratorAngularScamToStandalone",
"cli": "nx",
"title": "Convert an Inline SCAM to Standalone Component",
"description": "Convert an Inline SCAM to a Standalone Component.",
"type": "object",
"properties": {
"component": {
"type": "string",
"description": "The path to the SCAM component file, relative to the root of the project containing the SCAM.",
"$default": {
"$source": "argv",
"index": 0
},
"x-priority": "important"
},
"project": {
"type": "string",
"description": "The project containing the SCAM.",
"x-prompt": "What project contains the SCAM?",
"x-dropdown": "projects",
"x-priority": "important"
},
"skipFormat": {
"type": "boolean",
"description": "Skip formatting the workspace after the generator completes.",
"x-priority": "internal"
}
},
"examplesFile": "../../../docs/scam-to-standalone-examples.md"
}