@yolkai/nx-workspace
Version:
26 lines (25 loc) • 643 B
JSON
{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNxNgAdd",
"title": "Add Nx Schematics to Project and Convert Workspace",
"description": "NOTE: Does not work in the --dry-run mode",
"type": "object",
"properties": {
"npmScope": {
"type": "string",
"description": "Npm scope for importing libs."
},
"skipInstall": {
"type": "boolean",
"description": "Skip installing after adding @yolkai/nx-workspace",
"default": false
},
"name": {
"type": "string",
"description": "Project name.",
"$default": {
"$source": "projectName"
}
}
}
}