chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"name": "nx/plugin",
|
||||
"version": "0.1",
|
||||
"extends": ["@nx/workspace"],
|
||||
"generators": {
|
||||
"plugin": {
|
||||
"factory": "./dist/src/generators/plugin/plugin#pluginGeneratorInternal",
|
||||
"schema": "./dist/src/generators/plugin/schema.json",
|
||||
"description": "Create a Nx Plugin."
|
||||
},
|
||||
"create-package": {
|
||||
"factory": "./dist/src/generators/create-package/create-package#createPackageGeneratorInternal",
|
||||
"schema": "./dist/src/generators/create-package/schema.json",
|
||||
"description": "Create a package which can be used by npx to create a new workspace"
|
||||
},
|
||||
"e2e-project": {
|
||||
"factory": "./dist/src/generators/e2e-project/e2e#e2eProjectGeneratorInternal",
|
||||
"schema": "./dist/src/generators/e2e-project/schema.json",
|
||||
"description": "Create a E2E application for a Nx Plugin."
|
||||
},
|
||||
"migration": {
|
||||
"factory": "./dist/src/generators/migration/migration",
|
||||
"schema": "./dist/src/generators/migration/schema.json",
|
||||
"description": "Create a migration for an Nx Plugin."
|
||||
},
|
||||
"generator": {
|
||||
"factory": "./dist/src/generators/generator/generator",
|
||||
"schema": "./dist/src/generators/generator/schema.json",
|
||||
"description": "Create a generator for an Nx Plugin."
|
||||
},
|
||||
"executor": {
|
||||
"factory": "./dist/src/generators/executor/executor",
|
||||
"schema": "./dist/src/generators/executor/schema.json",
|
||||
"description": "Create an executor for an Nx Plugin."
|
||||
},
|
||||
"plugin-lint-checks": {
|
||||
"factory": "./dist/src/generators/lint-checks/generator",
|
||||
"schema": "./dist/src/generators/lint-checks/schema.json",
|
||||
"description": "Adds linting configuration to validate common json files for nx plugins."
|
||||
},
|
||||
"preset": {
|
||||
"factory": "./dist/src/generators/preset/generator#presetGeneratorInternal",
|
||||
"schema": "./dist/src/generators/preset/schema.json",
|
||||
"description": "Initializes a workspace with an nx-plugin inside of it. Use as: `create-nx-workspace --preset @nx/plugin`.",
|
||||
"hidden": true,
|
||||
"x-use-standalone-layout": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user