repository
stringclasses
528 values
commit
stringlengths
40
40
commitDate
timestamp[s]
path
stringlengths
11
149
repoStars
int64
5
94.9k
repoLastFetched
stringclasses
528 values
content
stringlengths
48
736k
license
stringclasses
14 values
language
stringclasses
7 values
nrwl/nx
4eb7cc7bf170cd48dd87fdd0dd387d3592beec69
2023-03-31T15:22:18
packages/react-native/src/generators/stories/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactNativeStorybookStories", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Generate stories/specs for all components declared in a React Native project.", "properties": { "ignorePaths": { "description": "Paths to ignore when looking for components.", "ex...
MIT
en
nrwl/nx
8826a7737dd0d23a6da9a634b5511a4f8fa07919
2023-10-12T16:49:45
packages/react/src/generators/component/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactComponent", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Create a React Component for Nx.", "examples": [ { "command": "nx g component my-component --project=mylib", "description": "Generate a component in the `mylib` library" }, { "co...
MIT
en
nrwl/nx
678818a58b37bb395415665232f7acaac4bd21f6
2021-05-12T16:20:12
packages/workspace/src/generators/run-commands/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "SchematicsRunCommands", "$schema": "http://json-schema.org/schema", "cli": "nx", "examples": [ { "command": "g @nrwl/workspace:run-commands printhello --project my-feature-lib --command 'echo hello'", "description": "Add the printhello target to my-feature-lib" } ], "properties...
MIT
en
nrwl/nx
dcef0770325d40d8a41f5841c179ffeb6a1b2549
2024-01-16T13:44:38
packages/remix/src/generators/init/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxRemixInit", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Initialize the Remix Plugin.", "properties": { "skipFormat": { "default": false, "description": "Skip formatting files.", "type": "boolean" }, "skipPackageJson": { "default": fa...
MIT
en
nrwl/nx
a97212b6014c6188552b895d29261426c34fdfb9
2023-02-16T16:17:30
packages/web/src/generators/init/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxWebInit", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Init Web Plugin.", "properties": { "bundler": { "default": "webpack", "description": "The bundler to use.", "enum": [ "webpack", "none", "vite" ], "type": "s...
MIT
en
nrwl/nx
9477e5472e7180c2e136ca0056641717ae96d979
2021-06-08T08:13:43
packages/angular/src/generators/init/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "SchematicsAngularModuleInit", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "NOTE: Does not work in the --dry-run mode", "properties": { "e2eTestRunner": { "default": "cypress", "description": "Test runner to use for end to e...
MIT
en
nrwl/nx
bc53592ad6424e4a48cd905b821421ad2693a6a0
2022-10-12T21:30:11
packages/node/src/generators/library/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNodeLibrary", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Create a Node Library for an Nx workspace.", "examples": [ { "command": "nx g lib mylib --directory=myapp", "description": "Generate `libs/myapp/mylib`" } ], "properties": { "babelJes...
MIT
en
nrwl/nx
aa7625b76fcd3f53f6eda91220ecfd0a549928de
2023-10-17T22:14:36
packages/nest/src/generators/resource/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestResourceGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Nest Resource Options Schema.", "properties": { "crud": { "default": true, "description": "When true, CRUD entry points are generated.", "type": "...
MIT
en
nrwl/nx
a9974d3f25add9afcd6e2b416d490de60ee92d6e
2024-01-30T16:33:13
packages/nest/src/generators/middleware/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestMiddlewareGenerator", "$schema": "https://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Nest Middleware Options Schema.", "properties": { "directory": { "aliases": [ "dir", "path" ], "description": "Directory where ...
MIT
en
nrwl/nx
bfa06ce8b088d3071eeb1f10f09cbdeaf0458562
2021-08-20T18:10:00
packages/workspace/src/generators/npm-package/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxWorkspaceNpmPackage", "$schema": "http://json-schema.org/schema", "cli": "nx", "properties": { "name": { "$default": { "$source": "argv", "index": 0 }, "description": "Package name", "pattern": "^[a-zA-Z].*$", "type": "string", "x-prompt": "Wha...
MIT
en
nrwl/nx
46b37673038af7d655186d42d56b21dad01b33e7
2023-03-10T16:19:55
packages/angular/src/generators/remote/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxMFRemote", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Create an Angular Remote Module Federation Application.", "examples": [ { "command": "nx g @nrwl/angular:remote appName --host=host --port=4201", "description": "Cre...
MIT
en
nrwl/nx
29a9f8eba8ccc11aabdbf144314e8f20bc7e83ef
2023-07-19T14:42:13
packages/angular/src/generators/component-story/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxAngularComponentStoryGenerator", "$schema": "https://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Creates a `stories.ts` file for an Angular component.", "properties": { "componentFileName": { "description": "Component file name without the `.ts`...
MIT
en
nrwl/nx
1dcb80d447f115c0054b8782fdf1a2dd118d0cdd
2023-08-02T15:59:00
packages/angular/src/generators/application/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "GeneratorNxApp", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Creates an Angular application.", "examplesFile": "../../../docs/application-examples.md", "properties": { "addTailwind": { "default": false, "description": "W...
MIT
en
nrwl/nx
6dae32cc3af4f76f4de7f296a7c7c34ecfc1d62b
2022-03-24T16:00:06
packages/nest/src/generators/resource/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestResourceGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Nest Resource Options Schema.", "properties": { "crud": { "default": true, "description": "When true, CRUD entry points are generated.", "type": "...
MIT
en
nrwl/nx
9116c29c1848c08c77d425ce62c959b93c45e3b8
2023-09-18T19:11:44
packages/js/src/generators/release-version/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxJSReleaseVersionGenerator", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "DO NOT INVOKE DIRECTLY WITH `nx generate`. Use `nx release version` instead.", "properties": { "currentVersionResolver": { "default": "disk", "description": "Which approach to use t...
MIT
en
nrwl/nx
a9974d3f25add9afcd6e2b416d490de60ee92d6e
2024-01-30T16:33:13
packages/node/src/generators/setup-docker/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "SchematicsNxSetupDocker", "$schema": "https://json-schema.org/schema", "cli": "nx", "description": "Nx Node Docker Options Schema.", "properties": { "buildTargetName": { "default": "build", "description": "The name of the build target", "type": "string" }, "project": { ...
MIT
en
nrwl/nx
295b8d737c687e21e709fa5fa8397e49e12987d3
2021-08-18T22:02:12
packages/nest/src/generators/service/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestServiceGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "properties": { "directory": { "aliases": [ "dir", "path" ], "description": "Directory where the generated files are placed.", "type": "string"...
MIT
en
nrwl/nx
6093247df2be83fd065470cb716a2594cfca7582
2023-01-26T16:02:12
packages/workspace/src/generators/preset/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxWorkspacePreset", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Creates applications in a new workspace.", "properties": { "bundler": { "default": "vite", "description": "The bundler to use for building the application.", "enum": [ "webpack"...
MIT
en
nrwl/nx
ed7db7c1149cd229321aa3dc29c546edad4f8079
2022-09-20T16:05:58
packages/esbuild/src/generators/init/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxWebpackInit", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Init Webpack Plugin.", "properties": { "compiler": { "default": "babel", "description": "The compiler to initialize for.", "enum": [ "babel", "swc", "tsc" ], ...
MIT
en
nrwl/nx
6141f44203898277adb8244db4200fcc3cea207f
2024-01-17T19:22:58
packages/detox/src/generators/init/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$schema": "http://json-schema.org/schema", "description": "Add Detox Schematics.", "properties": { "keepExistingVersions": { "default": false, "description": "Keep existing dependencies versions", "type": "boolean", "x-priority": "internal" }, "skipFormat": { "default"...
MIT
en
nrwl/nx
5e51cd6eb5e3555c0e6565608424fe2bb03082b1
2023-08-02T20:14:17
packages/playwright/src/executors/playwright/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$schema": "http://json-schema.org/schema", "description": "Run Playwright tests.", "properties": { "browser": { "description": "Browser to use for tests, one of 'all', 'chromium', 'firefox' or 'webkit'. If a playwright config is provided/discovered then the browserName value is expected from the conf...
MIT
en
nrwl/nx
d70b9ec7c61f6972f1834620b5732d6a499cf4c8
2023-01-26T00:41:22
packages/workspace/src/generators/convert-to-nx-project/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "SchematicsConvertToNxProject", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Create a custom target to run any command.", "examples": [ { "command": "nx g @nrwl/workspace:convert-to-nx-project --project my-feature-lib", "description": "Convert the `my-featu...
MIT
en
nrwl/nx
6dae32cc3af4f76f4de7f296a7c7c34ecfc1d62b
2022-03-24T16:00:06
packages/nest/src/generators/decorator/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestDecoratorGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Nest Decorator Options Schema.", "properties": { "directory": { "aliases": [ "dir", "path" ], "description": "Directory where the...
MIT
en
nrwl/nx
e71cef0ba9db87823cfa94fbe74550a1e20761d0
2021-02-11T05:39:49
packages/next/src/generators/page/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$schema": "http://json-schema.org/schema", "examples": [ { "command": "g component my-component --project=mylib", "description": "Generate a component in the mylib library" }, { "command": "g component my-component --project=mylib --classComponent", "description": "Generate a ...
MIT
en
nrwl/nx
f1911a71f3ccecd26ecde0c1c1c765e89df04e17
2021-06-23T00:30:38
packages/next/src/generators/application/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNextApp", "$schema": "http://json-schema.org/schema", "cli": "nx", "examples": [ { "command": "g app myapp --directory=myorg", "description": "Generate apps/myorg/myapp and apps/myorg/myapp-e2e" } ], "properties": { "directory": { "alias": "d", "description": ...
MIT
en
nrwl/nx
b4c4501979de85aa975b4f5119d9988f51478007
2022-08-01T18:25:26
packages/react/src/generators/storybook-configuration/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactStorybookConfigure", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Set up Storybook for a React app or library.", "properties": { "configureCypress": { "default": true, "description": "Run the cypress-configure generator.", "type": "boolean", ...
MIT
en
nrwl/nx
a22bd54f3f932fc2ddcb2a5cee0f769eaf68a355
2023-01-16T12:19:33
packages/angular/src/generators/setup-ssr/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "GeneratorAngularUniversalSetup", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Create the additional configuration required to enable SSR via Angular Universal for an Angular application.", "properties": { "appId": { "default": "s...
MIT
en
nrwl/nx
b0732e1554090a5f75f0a3f7d6c4732cd1d95c24
2023-05-31T14:28:23
packages/react/src/generators/library/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactLibrary", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Create a React Library for an Nx workspace.", "examples": [ { "command": "nx g lib mylib --directory=myapp", "description": "Generate `libs/myapp/mylib`" }, { "command": "nx g lib ...
MIT
en
nrwl/nx
6141f44203898277adb8244db4200fcc3cea207f
2024-01-17T19:22:58
packages/vue/src/generators/init/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxVueInit", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Initialize a Vue Plugin.", "properties": { "keepExistingVersions": { "default": false, "description": "Keep existing dependencies versions", "type": "boolean", "x-priority": "internal" ...
MIT
en
nrwl/nx
f04f316271645304c19ad01c6145792cebb9f926
2023-04-19T18:00:24
packages/react/src/generators/application/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactApp", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Create a React application for Nx.", "examples": [ { "command": "nx g app myapp --directory=myorg", "description": "Generate `apps/myorg/myapp` and `apps/myorg/myapp-e2e`" }, { "comman...
MIT
en
nrwl/nx
b311cbf8e33a9c11740bcda291a9f76e4ca19352
2023-07-21T15:09:09
packages/angular/src/generators/storybook-configuration/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxAngularStorybookConfigurationGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Adds Storybook configuration to a project to be able to use and create stories.", "examplesFile": "../../../docs/storybook-configuration-examples.md", ...
MIT
en
nrwl/nx
a9974d3f25add9afcd6e2b416d490de60ee92d6e
2024-01-30T16:33:13
packages/web/src/generators/init/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxWebInit", "$schema": "https://json-schema.org/schema", "cli": "nx", "description": "Init Web Plugin.", "properties": { "keepExistingVersions": { "default": false, "description": "Keep existing dependencies versions", "type": "boolean", "x-priority": "internal" }, ...
MIT
en
nrwl/nx
8154191eb1042b15ef2e477f6901b119009b07a9
2022-07-08T19:34:00
packages/react/src/generators/cypress-component-configuration/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactCypressComponentTestConfiguration", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Add a Cypress component testing configuration to an existing project.", "examples": [ { "command": "nx g @nrwl/react:cypress-component-configuration --project=my-react-projec...
MIT
en
nrwl/nx
3b5bf6d1d177188017d0c92d251bcd61a62686b4
2023-12-13T16:07:08
packages/remix/src/generators/route/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxRemixRoute", "$schema": "http://json-schema.org/schema", "description": "Generate a route.", "examples": [ { "command": "g route 'path/to/page'", "description": "Generate route at /path/to/page" } ], "properties": { "action": { "default": false, "description":...
MIT
en
nrwl/nx
f1911a71f3ccecd26ecde0c1c1c765e89df04e17
2021-06-23T00:30:38
packages/node/src/generators/library/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNodeLibrary", "$schema": "http://json-schema.org/schema", "cli": "nx", "examples": [ { "command": "g lib mylib --directory=myapp", "description": "Generate libs/myapp/mylib" } ], "properties": { "babelJest": { "default": false, "description": "Use babel instea...
MIT
en
nrwl/nx
95421c6945df2db7d32d6d815c25da7add1233b0
2023-05-12T20:09:20
packages/workspace/src/generators/preset/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxWorkspacePreset", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Creates applications in a new workspace.", "properties": { "bundler": { "default": "vite", "description": "The bundler to use for building the application.", "enum": [ "webpack"...
MIT
en
nrwl/nx
295b8d737c687e21e709fa5fa8397e49e12987d3
2021-08-18T22:02:12
packages/nest/src/generators/module/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestModuleGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "properties": { "directory": { "aliases": [ "dir", "path" ], "description": "Directory where the generated files are placed.", "type": "string" ...
MIT
en
nrwl/nx
726877d103fdd4e2e7694bb86938798842df1417
2021-12-15T17:23:50
packages/js/src/generators/library/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxTypescriptLibrary", "$schema": "http://json-schema.org/schema", "cli": "nx", "examples": [ { "command": "g lib mylib --directory=myapp", "description": "Generate libs/myapp/mylib" } ], "properties": { "buildable": { "default": false, "description": "Generate a...
MIT
en
nrwl/nx
6dae32cc3af4f76f4de7f296a7c7c34ecfc1d62b
2022-03-24T16:00:06
packages/nest/src/generators/guard/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestGuardGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Nest Guard Options Schema.", "properties": { "directory": { "aliases": [ "dir", "path" ], "description": "Directory where the generat...
MIT
en
nrwl/nx
d0c6f5d31741c28b87f753039d3e93cb24b7c135
2023-05-11T15:21:53
packages/angular/src/generators/ngrx/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNgrxGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Adds NgRx support to an application or library.", "examples": [ { "command": "nx g @nx/angular:ngrx --root --parent=apps/my-app/src/app/app.module.ts --facade=false p...
MIT
en
nrwl/nx
e5212ec4430c5905df957f0f15f0d2a348848b42
2022-03-25T19:08:08
packages/react/src/generators/library/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactLibrary", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Create a React Library for an Nx workspace", "examples": [ { "command": "nx g lib mylib --directory=myapp", "description": "Generate `libs/myapp/mylib`" }, { "command": "nx g lib m...
MIT
en
nrwl/nx
204c5cb5d83649841a93fb5193319a8bbfda216b
2022-10-15T12:45:59
packages/next/src/generators/custom-server/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNextCustomServer", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Add a custom server to existing Next.js application.", "examplesFile": "../../../docs/custom-server-examples.md", "properties": { "compiler": { "default": "tsc", "description": "The compil...
MIT
en
nrwl/nx
a9974d3f25add9afcd6e2b416d490de60ee92d6e
2024-01-30T16:33:13
packages/remix/src/generators/action/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "action", "$schema": "https://json-schema.org/schema", "description": "Generate an action for a given route.", "properties": { "nameAndDirectoryFormat": { "description": "Whether to generate the action in the directory as provided, relative to the current working directory and ignoring the pr...
MIT
en
nrwl/nx
cf7a18bd14244d7779b5603d42afff335130179e
2022-02-01T21:32:47
packages/cypress/src/generators/init/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxCypressInit", "$schema": "http://json-schema.org/schema", "cli": "nx", "properties": { "skipPackageJson": { "default": false, "description": "Do not add dependencies to `package.json`.", "type": "boolean" } }, "title": "Add Cypress Configuration to the workspace", "ty...
MIT
en
nrwl/nx
9be869ff7bf7c39bfa05c35bb5cd9f73ba34ed2d
2023-10-10T14:36:28
packages/angular/src/generators/host/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxMFHost", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Create an Angular Host Module Federation Application.", "examples": [ { "command": "nx g @nx/angular:host appName --remotes=remote1", "description": "Create an Angular...
MIT
en
nrwl/nx
ad841c9048b9bf6d509b75a62a4cbbd5c295eb28
2023-05-09T13:30:52
packages/cypress/src/generators/migrate-to-cypress-11/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxCypressMigrateTo11", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Migrate Cypress e2e project from v8/v9 to Cypress v11.", "examples": [ { "command": "nx g @nx/cypress:migrate-to-cypress-11", "description": "Migrate existing cypress projects to Cypress v...
MIT
en
nrwl/nx
a9974d3f25add9afcd6e2b416d490de60ee92d6e
2024-01-30T16:33:13
packages/express/src/generators/application/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "SchematicsNxExpressApp", "$schema": "https://json-schema.org/schema", "cli": "nx", "description": "Nx Application Options Schema.", "properties": { "babelJest": { "default": false, "description": "Use `babel` instead `ts-jest`.", "type": "boolean", "x-deprecated": "Use --...
MIT
en
nrwl/nx
8f705e31e2f7dd0399851efc17e62ba4f35e6642
2024-05-09T01:54:41
packages/plugin/src/generators/migration/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxPluginMigration", "$schema": "https://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Create a Migration for an Nx Plugin.", "examples": [ { "command": "nx g migration my-migration --project=my-plugin --version=1.0.0", "description": "Adds a n...
MIT
en
nrwl/nx
deb0f1a49294eafe18c407a96c95e40af15d3738
2024-01-30T21:29:05
packages/nest/src/generators/service/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestServiceGenerator", "$schema": "https://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Nest Service Options Schema.", "properties": { "directory": { "aliases": [ "dir", "path" ], "description": "Directory where the ge...
MIT
en
nrwl/nx
a9974d3f25add9afcd6e2b416d490de60ee92d6e
2024-01-30T16:33:13
packages/react-native/src/generators/stories/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactNativeStorybookStories", "$schema": "https://json-schema.org/schema", "cli": "nx", "description": "Generate stories/specs for all components declared in a React Native project.", "properties": { "ignorePaths": { "default": [ "*.stories.ts,*.stories.tsx,*.stories.js,*.stories...
MIT
en
nrwl/nx
949466f02ba188c0da8bb5f4abfc6b4e71e4b49c
2023-10-17T20:33:04
packages/next/src/generators/application/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNextApp", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Create a Next.js Application for Nx.", "examplesFile": "../../../docs/application-examples.md", "properties": { "appDir": { "default": true, "description": "Enable the App Router for this project."...
MIT
en
nrwl/nx
f394608658fb19e46c82fc120de612fdc840026b
2022-11-21T18:18:40
packages/web/src/generators/application/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxWebApp", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Create a web application using `swc` or `babel` as compiler.", "examplesFile": "../../../docs/application-examples.md", "properties": { "bundler": { "default": "webpack", "description": "The bundler...
MIT
en
nrwl/nx
9579aec307620f4b4caccc934443c152842a2851
2022-04-05T16:16:25
packages/angular/src/generators/storybook-configuration/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxAngularStorybookConfigurationGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Adds Storybook configuration to a project to be able to use and create stories.", "properties": { "configureCypress": { "default": true, ...
MIT
en
nrwl/nx
277bdd22551bf1abfdaf1fc26820850f7072d09b
2021-07-01T09:11:36
packages/angular/src/generators/component-cypress-spec/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxAngularComponentCypressSpecGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "properties": { "componentFileName": { "description": "Component file name without the `.ts` extension.", "examples": [ "awesome.component" ]...
MIT
en
nrwl/nx
17e6db55688b249962ad28ae2857890814f68ab0
2023-05-04T15:02:18
packages/angular/src/generators/storybook-configuration/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxAngularStorybookConfigurationGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Adds Storybook configuration to a project to be able to use and create stories.", "examplesFile": "../../../docs/storybook-configuration-examples.md", ...
MIT
en
nrwl/nx
901b70a4fec92d2af875acd4f947acc7a91636e4
2023-07-25T22:15:26
packages/plugin/src/generators/preset/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxPluginPreset", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Initializes a workspace with an nx-plugin inside of it. Use as: `create-nx-plugin` or `create-nx-workspace --preset @nx/nx-plugin`.", "examples": [ { "command": "npx create-nx-plugin", "descript...
MIT
en
nrwl/nx
2f7d647f52a2ab99aef880c0e0c9523ee51f3161
2022-09-27T17:03:23
packages/react/src/generators/storybook-configuration/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactStorybookConfigure", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Set up Storybook for a React app or library.", "examplesFile": "../../../docs/storybook-configuration-examples.md", "properties": { "configureCypress": { "default": true, "descripti...
MIT
en
nrwl/nx
6dae32cc3af4f76f4de7f296a7c7c34ecfc1d62b
2022-03-24T16:00:06
packages/web/src/generators/application/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxWebApp", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Create a web application using `swc` or `babel` as compiler.", "properties": { "compiler": { "default": "babel", "description": "The compiler to use", "enum": [ "babel", "swc" ...
MIT
en
nrwl/nx
a9974d3f25add9afcd6e2b416d490de60ee92d6e
2024-01-30T16:33:13
packages/angular/src/generators/stories/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxAngularStorybookStoriesGenerator", "$schema": "https://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Creates Storybook stories/specs for all Angular components declared in a project.", "examplesFile": "../../../docs/stories-examples.md", "properties": { ...
MIT
en
nrwl/nx
212fb00548ee91d56ba01ed03cd5abd605b803aa
2021-03-25T00:11:32
packages/react/src/generators/library/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$schema": "http://json-schema.org/schema", "cli": "nx", "examples": [ { "command": "g lib mylib --directory=myapp", "description": "Generate libs/myapp/mylib" }, { "command": "g lib mylib --appProject=myapp", "description": "Generate a library with routes and add them to mya...
MIT
en
nrwl/nx
fab43a15e26b82857ee42456ea881822214a5981
2021-06-28T17:01:00
packages/nest/src/generators/filter/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestFilterGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "properties": { "directory": { "aliases": [ "d", "path" ], "description": "Directory where the generated files are placed.", "type": "string" ...
MIT
en
nrwl/nx
d20cf91e6c5e1b71fb8af4e6413d27b15e82d2ce
2023-01-13T16:50:01
packages/react/src/generators/library/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactLibrary", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Create a React Library for an Nx workspace.", "examples": [ { "command": "nx g lib mylib --directory=myapp", "description": "Generate `libs/myapp/mylib`" }, { "command": "nx g lib ...
MIT
en
nrwl/nx
6dae32cc3af4f76f4de7f296a7c7c34ecfc1d62b
2022-03-24T16:00:06
packages/react-native/src/generators/storybook-configuration/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactNativeStorybookConfigure", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Set up Storybook for a React-Native app or library", "properties": { "generateStories": { "default": true, "description": "Automatically generate *.stories.ts files for componen...
MIT
en
nrwl/nx
ec633e3dfbc1f1cb5a0ed4c42990b15f11d1e13a
2021-10-01T22:19:43
packages/workspace/src/generators/new/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxWorkspaceNew", "$schema": "http://json-schema.org/schema", "cli": "nx", "properties": { "appName": { "description": "Application name.", "type": "string" }, "cli": { "default": "nx", "description": "CLI used for generating code and running tasks", "enum": [ ...
MIT
en
nrwl/nx
b994a297a9175d0758da2c130ecdbe4e229cc719
2023-10-18T20:27:29
packages/react-native/src/generators/stories/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactNativeStorybookStories", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Generate stories/specs for all components declared in a React Native project.", "properties": { "ignorePaths": { "default": [ "*.stories.ts,*.stories.tsx,*.stories.js,*.stories....
MIT
en
nrwl/nx
54670c93e0e35b041d0b6a2d1a0057e5ec109782
2022-11-15T14:15:19
packages/vite/src/executors/test/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Test using Vitest.", "examplesFile": "../../../docs/test-examples.md", "properties": { "config": { "description": "The path to the local vitest config", "type": "string", "x-completion-glob": "@(vitest|vite).confi...
MIT
en
nrwl/nx
047dc22aed99ee0870357fa1508cd5decb8009a7
2024-01-16T14:29:44
packages/jest/src/generators/init/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxJestInit", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Add Jest Configuration to a workspace.", "properties": { "skipFormat": { "default": false, "description": "Skip formatting files.", "type": "boolean", "x-priority": "internal" }, ...
MIT
en
nrwl/nx
6a3af4b5a68d5e5de59f6db63cc1711819322ce9
2023-05-30T14:10:54
packages/angular/src/generators/ngrx-root-store/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNgrxRootStoreGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Adds NgRx support to an application.", "properties": { "addDevTools": { "default": false, "description": "Instrument the Store Devtools.", "type"...
MIT
en
nrwl/nx
678818a58b37bb395415665232f7acaac4bd21f6
2021-05-12T16:20:12
packages/express/src/generators/application/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "SchematicsNxExpressApp", "$schema": "http://json-schema.org/schema", "cli": "nx", "properties": { "babelJest": { "default": false, "description": "Use babel instead ts-jest", "type": "boolean" }, "directory": { "description": "The directory of the new application.",...
MIT
en
nrwl/nx
5378128851eaea8a130eb7d1b94a3326453d5015
2022-03-29T15:45:19
packages/angular/src/generators/application/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "GeneratorNxApp", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "properties": { "addTailwind": { "default": false, "description": "Whether to configure Tailwind CSS for the application.", "type": "boolean" }, "backendProject": { ...
MIT
en
nrwl/nx
ad841c9048b9bf6d509b75a62a4cbbd5c295eb28
2023-05-09T13:30:52
packages/plugin/src/generators/preset/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxPluginPreset", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Initializes a workspace with an nx-plugin inside of it. Use as: `create-nx-plugin` or `create-nx-workspace --preset @nx/nx-plugin`.", "properties": { "createPackageName": { "description": "Name of pac...
MIT
en
nrwl/nx
fab43a15e26b82857ee42456ea881822214a5981
2021-06-28T17:01:00
packages/nest/src/generators/interceptor/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestInterceptorGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "properties": { "directory": { "aliases": [ "d", "path" ], "description": "Directory where the generated files are placed.", "type": "strin...
MIT
en
nrwl/nx
deb0f1a49294eafe18c407a96c95e40af15d3738
2024-01-30T21:29:05
packages/nest/src/generators/pipe/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestPipeGenerator", "$schema": "https://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Nest Pipe Options Schema.", "properties": { "directory": { "aliases": [ "dir", "path" ], "description": "Directory where the generate...
MIT
en
nrwl/nx
6b928bc250406aa5c31cb56b07361596d64e90dd
2023-05-15T20:06:24
packages/angular/src/generators/ng-add/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxAngularNgAddGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Migrates an Angular CLI workspace to Nx or adds the Angular plugin to an Nx workspace. NOTE: Does not work in the `--dry-run` mode.", "examplesFile": "../../../docs/ng-...
MIT
en
nrwl/nx
a9974d3f25add9afcd6e2b416d490de60ee92d6e
2024-01-30T16:33:13
packages/vite/src/executors/preview-server/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$schema": "https://json-schema.org/schema", "cli": "nx", "definitions": {}, "description": "Preview Server for Vite.", "examplesFile": "../../../docs/preview-server-examples.md", "presets": [ { "keys": [ "buildTarget" ], "name": "Default minimum setup" }, { "ke...
MIT
en
nrwl/nx
3b384c78ac3d94b92b1233c251edcdcf203a5826
2024-02-14T17:51:37
packages/react/src/generators/remote/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "GeneratorReactRemote", "$schema": "https://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Create Module Federation configuration files for given React Remote Application.", "properties": { "classComponent": { "alias": "C", "default": false, ...
MIT
en
nrwl/nx
6dae32cc3af4f76f4de7f296a7c7c34ecfc1d62b
2022-03-24T16:00:06
packages/react/src/generators/hook/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactHook", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Create a React component using Hooks in a dedicated React project.", "examples": [ { "command": "nx g hook my-hook --project=mylib", "description": "Generate a hook in the mylib library" } ],...
MIT
en
nrwl/nx
a9974d3f25add9afcd6e2b416d490de60ee92d6e
2024-01-30T16:33:13
packages/nest/src/generators/application/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestApplicationGenerator", "$schema": "https://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Nx Application Options Schema.", "properties": { "directory": { "description": "The directory of the new application.", "type": "string" }, ...
MIT
en
nrwl/nx
5e0cb7cf595aa552d250a341dfd8b1d63ba9c773
2023-03-14T19:11:26
packages/storybook/src/generators/configuration/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxStorybookConfigure", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Add Storybook configuration to a UI library or an application.", "examplesFile": "../../../docs/configuration-generator-examples.md", "properties": { "bundler": { "default": "webpack", "...
MIT
en
nrwl/nx
3e94d4cb3ad98b032c853e3a23f96a76ca7ae5ed
2022-04-11T13:47:08
packages/js/src/generators/init/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxTypescriptInit", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Init generator placeholder for nrwl/js", "title": "Init nrwl/js" }
MIT
en
nrwl/nx
8ccd88cfcb78964f828c3839c2d3912cf2fb4954
2023-10-06T20:54:29
packages/react/src/generators/federate-module/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactFederateModule", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Create a federated module, which can be loaded by a remote host.", "examples": [ { "command": "nx g federate-module MyModule --path=./src/component/my-cmp.ts --...
MIT
en
nrwl/nx
d9aef75bd564cb2cec0bdbb5929b63bef2a65585
2021-02-11T02:30:55
packages/react/src/generators/init/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$schema": "http://json-schema.org/schema", "cli": "nx", "id": "NxReactNgInit", "properties": { "e2eTestRunner": { "default": "cypress", "description": "Adds the specified e2e test runner.", "enum": [ "cypress", "none" ], "type": "string" }, "skipForma...
MIT
en
nrwl/nx
c43b22dc887b10d527aa3a11e7f7af2a9961e7f8
2024-01-17T18:22:51
packages/workspace/src/generators/preset/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxWorkspacePreset", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Creates applications in a new workspace.", "properties": { "bundler": { "default": "vite", "description": "The bundler to use for building the application.", "enum": [ "webpack"...
MIT
en
nrwl/nx
724b0c0e3cc05232c29e6ad0accc1cf58ae254a1
2021-10-13T04:34:28
packages/react/src/generators/application/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactApp", "$schema": "http://json-schema.org/schema", "cli": "nx", "examples": [ { "command": "g app myapp --directory=myorg", "description": "Generate apps/myorg/myapp and apps/myorg/myapp-e2e" }, { "command": "g app myapp --classComponent", "description": "Use ...
MIT
en
nrwl/nx
037c1b94b85c1e8a2fd5beca2f6b837d10816d3e
2021-01-28T23:52:08
packages/cypress/src/generators/init/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$schema": "http://json-schema.org/schema", "cli": "nx", "id": "NxCypressInit", "properties": {}, "title": "Add Cypress Configuration to the workspace", "type": "object" }
MIT
en
nrwl/nx
626605ef9741180c1bd75986eedcdf1c91e7fed3
2023-12-18T16:05:44
packages/angular/src/generators/library-secondary-entry-point/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxAngularLibrarySecondaryEntryPoint", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Creates a secondary entry point for an Angular publishable library.", "examplesFile": "../../../docs/library-secondary-entry-point-examples.md", "properti...
MIT
en
nrwl/nx
a22bd54f3f932fc2ddcb2a5cee0f769eaf68a355
2023-01-16T12:19:33
packages/angular/src/generators/component-test/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxAngularComponentTestGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Create a `*.cy.ts` file for Cypress component testing for an Angular component.", "examplesFile": "../../../docs/component-test-examples.md", "properties": { ...
MIT
en
nrwl/nx
5e0cb7cf595aa552d250a341dfd8b1d63ba9c773
2023-03-14T19:11:26
packages/angular/src/generators/storybook-configuration/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxAngularStorybookConfigurationGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Adds Storybook configuration to a project to be able to use and create stories.", "examplesFile": "../../../docs/storybook-configuration-examples.md", ...
MIT
en
nrwl/nx
b311cbf8e33a9c11740bcda291a9f76e4ca19352
2023-07-21T15:09:09
packages/react/src/generators/stories/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactStorybookStories", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Generate stories/specs for all components declared in a project.", "examplesFile": "../../../docs/stories-examples.md", "properties": { "cypressProject": { "description": "The Cypress proje...
MIT
en
nrwl/nx
dbe2c3b1e6c65951e1bf75b30d6c8a849420474c
2023-01-20T13:18:32
packages/workspace/src/generators/preset/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxWorkspacePreset", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Creates applications in a new workspace.", "properties": { "bundler": { "default": "vite", "description": "The bundler to use for building the application.", "enum": [ "webpack"...
MIT
en
nrwl/nx
b6cbb2ac6db6eec82e4b7db22fb2cf95f746baa3
2024-01-12T18:46:10
packages/remix/src/generators/style/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxRemixRouteStyle", "$schema": "http://json-schema.org/schema", "description": "Generate a style import and file for a given route.", "examples": [ { "command": "g style --path='apps/demo/app/routes/path/to/page.tsx'", "description": "Generate route at apps/demo/app/routes/path/to/page...
MIT
en
nrwl/nx
1fc52349a7ccaeeb5791a4ea157ca6b5594d2439
2022-10-09T12:49:29
packages/angular/src/generators/library/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "GeneratorAngularLibrary", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Creates an Angular library.", "examplesFile": "../../../docs/library-examples.md", "properties": { "addModuleSpec": { "default": false, "description":...
MIT
en
nrwl/nx
295b8d737c687e21e709fa5fa8397e49e12987d3
2021-08-18T22:02:12
packages/react/src/generators/library/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactLibrary", "$schema": "http://json-schema.org/schema", "cli": "nx", "examples": [ { "command": "g lib mylib --directory=myapp", "description": "Generate libs/myapp/mylib" }, { "command": "g lib mylib --appProject=myapp", "description": "Generate a library with...
MIT
en
nrwl/nx
aa7625b76fcd3f53f6eda91220ecfd0a549928de
2023-10-17T22:14:36
packages/nest/src/generators/controller/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestControllerGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Nest Controller Options Schema.", "properties": { "directory": { "aliases": [ "dir", "path" ], "description": "Directory where t...
MIT
en
nrwl/nx
5e0cb7cf595aa552d250a341dfd8b1d63ba9c773
2023-03-14T19:11:26
packages/react/src/generators/storybook-configuration/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactStorybookConfigure", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Set up Storybook for a React app or library.", "examplesFile": "../../../docs/storybook-configuration-examples.md", "properties": { "bundler": { "description": "The Storybook builder to u...
MIT
en
nrwl/nx
09c6ccb2666f98014a206e23187a2794642a579c
2022-09-28T15:08:01
packages/react/src/generators/application/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactApp", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Create a React application for Nx.", "examples": [ { "command": "nx g app myapp --directory=myorg", "description": "Generate `apps/myorg/myapp` and `apps/myorg/myapp-e2e`" }, { "comman...
MIT
en
nrwl/nx
a9974d3f25add9afcd6e2b416d490de60ee92d6e
2024-01-30T16:33:13
packages/workspace/src/generators/ci-workflow/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxWorkspaceCIWorkflow", "$schema": "https://json-schema.org/schema", "cli": "nx", "description": "Generate a CI workflow.", "properties": { "ci": { "description": "CI provider.", "enum": [ "github", "circleci", "azure", "bitbucket-pipelines", "...
MIT
en
nrwl/nx
a9974d3f25add9afcd6e2b416d490de60ee92d6e
2024-01-30T16:33:13
packages/react/src/generators/component-story/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactComponentStory", "$schema": "https://json-schema.org/schema", "cli": "nx", "description": "Generate storybook story for a react component.", "properties": { "componentPath": { "description": "Relative path to the component file from the library root.", "examples": [ "l...
MIT
en
nrwl/nx
3af649dc3ffdbd96b71608e0d7c9f5db870d3cf3
2023-03-31T16:20:03
packages/nest/src/generators/application/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestApplicationGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Nx Application Options Schema.", "properties": { "directory": { "description": "The directory of the new application.", "type": "string" }, "...
MIT
en
nrwl/nx
f04f316271645304c19ad01c6145792cebb9f926
2023-04-19T18:00:24
packages/workspace/src/generators/preset/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxWorkspacePreset", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Creates applications in a new workspace.", "properties": { "bundler": { "default": "vite", "description": "The bundler to use for building the application.", "enum": [ "webpack"...
MIT
en