2024-01-16 15:29:44 +01:00

35 lines
1.0 KiB
JSON

{
"name": "init",
"factory": "./src/generators/init/init#reactNativeInitGenerator",
"schema": {
"cli": "nx",
"$id": "NxReactNativeInit",
"$schema": "http://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"
}
},
"required": [],
"presets": []
},
"description": "Initialize the `@nrwl/react-native` plugin.",
"hidden": true,
"implementation": "/packages/react-native/src/generators/init/init#reactNativeInitGenerator.ts",
"aliases": [],
"path": "/packages/react-native/src/generators/init/schema.json",
"type": "generator"
}