39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"name": "Nx Expo",
|
|
"version": "0.1",
|
|
"extends": ["@nx/workspace"],
|
|
"generators": {
|
|
"init": {
|
|
"factory": "./dist/src/generators/init/init#expoInitGeneratorInternal",
|
|
"schema": "./dist/src/generators/init/schema.json",
|
|
"description": "Initialize the @nx/expo plugin",
|
|
"hidden": true
|
|
},
|
|
"application": {
|
|
"factory": "./dist/src/generators/application/application#expoApplicationGeneratorInternal",
|
|
"schema": "./dist/src/generators/application/schema.json",
|
|
"aliases": ["app"],
|
|
"x-type": "application",
|
|
"description": "Create an application"
|
|
},
|
|
"library": {
|
|
"factory": "./dist/src/generators/library/library#expoLibraryGeneratorInternal",
|
|
"schema": "./dist/src/generators/library/schema.json",
|
|
"aliases": ["lib"],
|
|
"x-type": "library",
|
|
"description": "Create a library"
|
|
},
|
|
"component": {
|
|
"factory": "./dist/src/generators/component/component",
|
|
"schema": "./dist/src/generators/component/schema.json",
|
|
"description": "Create a component",
|
|
"aliases": ["c"]
|
|
},
|
|
"convert-to-inferred": {
|
|
"factory": "./dist/src/generators/convert-to-inferred/convert-to-inferred",
|
|
"schema": "./dist/src/generators/convert-to-inferred/schema.json",
|
|
"description": "Convert existing Expo project(s) using `@nx/expo:*` executors to use `@nx/expo/plugin`. Defaults to migrating all projects. Pass '--project' to migrate only one target."
|
|
}
|
|
}
|
|
}
|