Co-authored-by: Katerina Skroumpelou <sk.katherine@gmail.com> Co-authored-by: Jack Hsu <jack.hsu@gmail.com> Co-authored-by: Colum Ferry <cferry09@gmail.com> Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com> Co-authored-by: Emily Xiong <xiongemi@gmail.com> Co-authored-by: Nicholas Cunningham <ndcunningham@gmail.com>
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"name": "init",
|
|
"factory": "./src/generators/init/init#reactNativeInitGeneratorInternal",
|
|
"schema": {
|
|
"cli": "nx",
|
|
"$id": "NxReactNativeInit",
|
|
"$schema": "https://json-schema.org/schema",
|
|
"title": "Add Nx React Native Schematics",
|
|
"description": "Add Nx React native schematics.",
|
|
"type": "object",
|
|
"properties": {
|
|
"skipFormat": {
|
|
"description": "Skip formatting files.",
|
|
"type": "boolean",
|
|
"default": false,
|
|
"x-priority": "internal"
|
|
},
|
|
"skipPackageJson": {
|
|
"description": "Do not add dependencies to `package.json`.",
|
|
"type": "boolean",
|
|
"default": false,
|
|
"x-priority": "internal"
|
|
},
|
|
"keepExistingVersions": {
|
|
"type": "boolean",
|
|
"x-priority": "internal",
|
|
"description": "Keep existing dependencies versions",
|
|
"default": false
|
|
},
|
|
"updatePackageScripts": {
|
|
"type": "boolean",
|
|
"x-priority": "internal",
|
|
"description": "Update `package.json` scripts with inferred targets",
|
|
"default": false
|
|
}
|
|
},
|
|
"required": [],
|
|
"presets": []
|
|
},
|
|
"description": "Initialize the `@nx/react-native` plugin.",
|
|
"hidden": true,
|
|
"implementation": "/packages/react-native/src/generators/init/init#reactNativeInitGeneratorInternal.ts",
|
|
"aliases": [],
|
|
"path": "/packages/react-native/src/generators/init/schema.json",
|
|
"type": "generator"
|
|
}
|