2024-01-16 13:44:38 +00:00

32 lines
832 B
JSON

{
"name": "init",
"implementation": "/packages/remix/src/generators/init/init.ts",
"schema": {
"$schema": "http://json-schema.org/schema",
"$id": "NxRemixInit",
"title": "Init Remix Plugin",
"description": "Initialize the Remix Plugin.",
"cli": "nx",
"type": "object",
"properties": {
"skipFormat": {
"description": "Skip formatting files.",
"type": "boolean",
"default": false
},
"skipPackageJson": {
"description": "Do not add dependencies to `package.json`.",
"type": "boolean",
"default": false
}
},
"required": [],
"presets": []
},
"description": "Initialize the `@nx/remix` plugin.",
"hidden": true,
"aliases": [],
"path": "/packages/remix/src/generators/init/schema.json",
"type": "generator"
}