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
08339ee49f2ec5401dbfec5e12f4b45287a3ec11
2023-06-06T19:45:33
packages/node/src/generators/application/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "SchematicsNxNodeApp", "$schema": "http://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 --swcJ...
MIT
en
nrwl/nx
38fa586b78564f1b9b69eea8b11adbdbe45f3fab
2023-07-07T20:17:41
packages/jest/src/generators/configuration/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxJestProject", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Add Jest Configuration to a project.", "properties": { "babelJest": { "alias": "babel-jest", "default": false, "description": "Use `babel-jest` instead of `ts-jest`.", "type": "boolea...
MIT
en
nrwl/nx
88a7ad765448ac52fb765a7daa83a418d1901045
2022-03-18T21:18:10
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
e5edcb84db58e8dd40b9bcb58f72cc3514e91dbe
2023-01-13T18:22:17
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
5d1c8eacd7b3f919a28018a8069fa6a4e7711a45
2023-01-30T10:56:19
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", "description": "Nest Interceptor Options Schema.", "properties": { "directory": { "aliases": [ "dir", "path" ], "description": "Directory where...
MIT
en
nrwl/nx
3eede1c7debee88572a71f4668b9b0d63a169f62
2023-04-12T12:23:13
packages/next/src/generators/component/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNextReactComponent", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Create a React Component for Next.", "examplesFile": "../../../docs/component-examples.md", "properties": { "directory": { "alias": "dir", "description": "Create the component under this...
MIT
en
nrwl/nx
a9974d3f25add9afcd6e2b416d490de60ee92d6e
2024-01-30T16:33:13
packages/playwright/src/generators/configuration/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxPlaywrightConfiguration", "$schema": "https://json-schema.org/schema", "description": "Add a Playwright configuration.", "properties": { "directory": { "default": "e2e", "description": "A directory where the project is placed relative from the project root.", "type": "string", ...
MIT
en
nrwl/nx
6b928bc250406aa5c31cb56b07361596d64e90dd
2023-05-15T20:06: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
nrwl/nx
d6517506dfbd472ad72ed16cc77de25c33d0a916
2023-01-20T20:16:45
packages/workspace/src/generators/move/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxWorkspaceMove", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Move a project to another folder in the workspace.", "examples": [ { "command": "nx g @nrwl/workspace:move --project my-feature-lib --destination shared/my-feature-lib", "description": "Move `l...
MIT
en
nrwl/nx
8d517752d35c35f94f0a733839c68eeef5d8446b
2023-01-25T18:56:06
packages/workspace/src/generators/ci-workflow/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxWorkspaceCIWorkflow", "$schema": "http://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
678818a58b37bb395415665232f7acaac4bd21f6
2021-05-12T16:20:12
packages/workspace/src/generators/move/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxWorkspaceMove", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Move a project to another folder in the workspace", "examples": [ { "command": "g @nrwl/workspace:move --project my-feature-lib shared/my-feature-lib", "description": "Move libs/my-feature-lib ...
MIT
en
nrwl/nx
abfa8640b24b7ea12d90b975bf060ec8014eae18
2023-01-13T13:14:36
packages/storybook/src/generators/cypress-project/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "cypress-configure", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Add cypress E2E app to test a ui library that is set up for Storybook.", "properties": { "directory": { "description": "A directory where the project is placed.", "type": "string" }, ...
MIT
en
nrwl/nx
4a4a149bce59b28fd245d15ed7787b00c9f87ed3
2022-11-02T18:20:56
packages/react/src/generators/init/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactNgInit", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Initialize a React Plugin.", "properties": { "e2eTestRunner": { "default": "cypress", "description": "Adds the specified E2E test runner.", "enum": [ "cypress", "none" ...
MIT
en
nrwl/nx
fab43a15e26b82857ee42456ea881822214a5981
2021-06-28T17:01:00
packages/nest/src/generators/library/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestLibraryGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "examples": [ { "command": "g lib mylib --directory=myapp", "description": "Generate libs/myapp/mylib" } ], "properties": { "buildable": { "default": fal...
MIT
en
nrwl/nx
eb9caa1ade345aee6e01c67633e338d0536b9e0f
2023-08-18T17:12:23
packages/react/src/generators/host/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "GeneratorReactHost", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Create Module Federation configuration files for given React Host Application.", "properties": { "classComponent": { "alias": "C", "default": false, "d...
MIT
en
nrwl/nx
614b2d2af8aac80c699f76f69a2e2c6c14929918
2022-08-26T09:04:56
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.", "properties": { "library": { "description": "The name of the library to crea...
MIT
en
nrwl/nx
1b0439b55ce28cb9d0fd5e02b15a56fba255f537
2023-08-22T16:26:54
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", "description": "Add a minimal npm package.", "properties": { "directory": { "alias": "dir", "description": "A directory where the package is placed.", "type": "string" }, "name": { "$...
MIT
en
nrwl/nx
ad841c9048b9bf6d509b75a62a4cbbd5c295eb28
2023-05-09T13:30:52
packages/angular/src/generators/move/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxAngularMove", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Move an Angular project to another folder in the workspace.", "examples": [ { "command": "nx g @nx/angular:move --project my-feature-lib --destination shared/my-feature-lib", "description": "Move...
MIT
en
nrwl/nx
b994a297a9175d0758da2c130ecdbe4e229cc719
2023-10-18T20:27:29
packages/nuxt/src/generators/storybook-configuration/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNuxtStorybookConfigure", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Set up Storybook for a Nuxt project.", "examplesFile": "../../../docs/storybook-configuration-examples.md", "properties": { "configureStaticServe": { "default": true, "description": ...
MIT
en
nrwl/nx
a9974d3f25add9afcd6e2b416d490de60ee92d6e
2024-01-30T16:33:13
packages/angular/src/generators/setup-tailwind/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxAngularTailwindSetupGenerator", "$schema": "https://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Adds the Tailwind CSS configuration files for a given Angular project and installs, if needed, the packages required for Tailwind CSS to work.", "examplesFile"...
MIT
en
nrwl/nx
58e23b121a5dfbf1badf372624712641f97a04c7
2023-05-03T17:09:28
packages/react-native/src/executors/build-ios/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Build iOS app.", "examplesFile": "../../../docs/build-ios-examples.md", "presets": [ { "keys": [ "simulator" ], "name": "Build iOS for a simulator" }, { "keys": [ "device" ], ...
MIT
en
nrwl/nx
8f705e31e2f7dd0399851efc17e62ba4f35e6642
2024-05-09T01:54:41
packages/nest/src/generators/filter/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestFilterGenerator", "$schema": "https://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Nest Filter Options Schema.", "properties": { "directory": { "aliases": [ "dir", "path" ], "description": "Directory where the gene...
MIT
en
nrwl/nx
047dc22aed99ee0870357fa1508cd5decb8009a7
2024-01-16T14:29:44
packages/express/src/generators/init/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxExpressInit", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Init Express Plugin.", "properties": { "skipFormat": { "default": false, "description": "Skip formatting files.", "type": "boolean" }, "skipPackageJson": { "default": false, ...
MIT
en
nrwl/nx
73d8967a2b4c7e8e297e09a8ffadeacdfc149b4a
2022-04-14T10:11:46
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
09112ccd2449fec6af153cd52a73d35d61ae38a2
2022-08-18T14:17:04
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.", "properties": { "addModuleSpec": { "default": false, "description": "Add a module spec file.", "type": "boolean" ...
MIT
en
nrwl/nx
662f5413be12c2aa999aab7c4a3e323273c1d6c4
2022-11-28T18:29: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
295b8d737c687e21e709fa5fa8397e49e12987d3
2021-08-18T22:02:12
packages/nest/src/generators/pipe/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestPipeGenerator", "$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
b6cbb2ac6db6eec82e4b7db22fb2cf95f746baa3
2024-01-12T18:46:10
packages/remix/src/generators/resource-route/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxRemixResourceRoute", "$schema": "http://json-schema.org/schema", "description": "Generate a resource route.", "examples": [ { "command": "g resource-route 'path/to/page'", "description": "Generate resource route at /path/to/page" } ], "properties": { "action": { "de...
MIT
en
nrwl/nx
6f253b05b4e85ca9d5d2b260287670c93e5a0d34
2023-01-13T16:58:25
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 @nrwl/angular:host appName --remotes=remote1", "description": "Create an Angul...
MIT
en
nrwl/nx
277bdd22551bf1abfdaf1fc26820850f7072d09b
2021-07-01T09:11:36
packages/angular/src/generators/component-story/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxAngularComponentStoryGenerator", "$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
14643b68b5220122d2524e9269f83e2a3e2a2229
2023-10-12T15:42:41
packages/react/src/generators/host/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "GeneratorReactHost", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Create Module Federation configuration files for given React Host Application.", "properties": { "classComponent": { "alias": "C", "default": false, "d...
MIT
en
nrwl/nx
93ac55ff2a649bc9a0d0dd07aa2ddc05d968742b
2023-01-18T15:26:27
packages/react-native/src/generators/upgrade-native/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactNativeUpgradeNativeConfigure", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Upgrade native iOS and Android code to latest.", "properties": { "displayName": { "description": "The display name to show in the application. Defaults to name.", "type": "s...
MIT
en
nrwl/nx
eb9caa1ade345aee6e01c67633e338d0536b9e0f
2023-08-18T17:12: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
cd3578fe4d09bde58e2c82ac6224964b35328863
2022-10-18T08:51:21
packages/next/src/generators/component/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNextReactComponent", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Create a React Component for Next.", "examplesFile": "../../../docs/component-examples.md", "properties": { "directory": { "alias": "dir", "description": "Create the component under this...
MIT
en
nrwl/nx
8f2830c939fb4b0d53cb13504ca6d2cf35b35ae9
2023-03-15T09:22:30
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
72e2a3ba50d4c5b4725785407db9c6d97d29bdf4
2023-10-16T15:12:47
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
cf7a18bd14244d7779b5603d42afff335130179e
2022-02-01T21:32:47
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", "properties": { "babelJest": { "alias": "babel-jest", "default": false, "description": "Use babel-jest instead of ts-jest", "type": "boolean" }, "skipPackageJson": { "default": false, ...
MIT
en
nrwl/nx
1de896f3e88bc21f6bde3087d363d6f3e4e740b8
2022-06-03T15:31:18
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
5b7dba1cb78cabcf631129b4ce8163406b9c1328
2022-12-02T16:58:07
packages/webpack/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
37072bc5d6eb83eb8a636a485087f49ee0e7ed5f
2022-07-01T13:48:38
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.", "properties": { "addTailwind": { "default": false, "description": "Whether to configure Tailwind CSS for the application.", ...
MIT
en
nrwl/nx
6a63138b08ed6ab5689f95bcffb953340fed82eb
2022-07-05T08:11:44
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", "description": "Creates a Cypress spec for a UI component that has a story.", "properties": { "componentFileName": { "description": "Component file name withou...
MIT
en
nrwl/nx
d91c7ca4ec6c3eb6ffd7e4eb0fda4a61a5b5bd8c
2022-09-30T11:02:05
packages/workspace/src/generators/new/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxWorkspaceNew", "$schema": "http://json-schema.org/schema", "additionalProperties": true, "cli": "nx", "description": "Create an empty workspace.", "properties": { "appName": { "description": "Application name.", "type": "string" }, "cli": { "default": "nx", "d...
MIT
en
nrwl/nx
b9e671c11d77e2c47880f0cf60bde64c5d2aa449
2023-10-19T00:29:13
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
f5f31ab9798e269a8306dc5a187782c4495c0cf8
2023-10-25T20:57:28
packages/playwright/src/generators/configuration/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxPlaywrightConfiguration", "$schema": "http://json-schema.org/schema", "description": "Add a Playwright configuration.", "properties": { "directory": { "default": "e2e", "description": "A directory where the project is placed relative from the project root.", "type": "string", ...
MIT
en
nrwl/nx
4eb7cc7bf170cd48dd87fdd0dd387d3592beec69
2023-03-31T15:22:18
packages/react/src/generators/component-story/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactComponentStory", "$schema": "http://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": [ "li...
MIT
en
nrwl/nx
62240262d6dee5f02a8113266fcf973ca04ecab2
2023-10-18T12:42:40
packages/nest/src/generators/provider/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestProviderGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Nest Provider Options Schema.", "properties": { "directory": { "aliases": [ "dir", "path" ], "description": "Directory where the g...
MIT
en
nrwl/nx
a22bd54f3f932fc2ddcb2a5cee0f769eaf68a355
2023-01-16T12:19:33
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 @nrwl/angular:ngrx --root --module=apps/my-app/src/app/app.module.ts --facade=false...
MIT
en
nrwl/nx
ad841c9048b9bf6d509b75a62a4cbbd5c295eb28
2023-05-09T13:30:52
packages/react/src/generators/component-test/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactCypressComponentTest", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Add a Cypress component test for a component.", "examples": [ { "command": "nx g @nx/react:component-test --project=my-react-project --component-path=src/lib/fancy-component.tsx", "...
MIT
en
nrwl/nx
d62acecec60955fb960a98ce178a08f1186e08c1
2023-10-13T14:47:43
packages/nx/src/nx-cloud/generators/connect-to-nx-cloud/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Connect a workspace to Nx Cloud.", "id": "NxCloudInit", "properties": { "analytics": { "default": false, "description": "Anonymously store hashed machine ID for task runs", "type":...
MIT
en
nrwl/nx
33acb41afbaf5160d948147b1d2c10c71b1b68c1
2021-02-12T20:29:31
packages/react/src/generators/redux/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$schema": "http://json-schema.org/schema", "cli": "nx", "id": "redux", "properties": { "appProject": { "alias": "a", "description": "The application project to add the slice to.", "type": "string" }, "directory": { "alias": "d", "default": "", "description": "T...
MIT
en
nrwl/nx
eda03e5044bca61850a6eed9b4693fa508eab421
2022-12-01T17:19:22
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": { "description": "The Storybook...
MIT
en
nrwl/nx
5d1c8eacd7b3f919a28018a8069fa6a4e7711a45
2023-01-30T10:56:19
packages/nest/src/generators/library/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestLibraryGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Create a NestJS Library for Nx.", "examples": [ { "command": "nx g lib mylib --directory=myapp", "description": "Generate libs/myapp/mylib" } ], ...
MIT
en
nrwl/nx
17e6db55688b249962ad28ae2857890814f68ab0
2023-05-04T15:02:18
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
3b5bf6d1d177188017d0c92d251bcd61a62686b4
2023-12-13T16:07:08
packages/remix/src/generators/meta/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "meta", "$schema": "http://json-schema.org/schema", "description": "Generate a meta function for a given route.", "properties": { "nameAndDirectoryFormat": { "description": "Whether to generate the meta function in the path as provided, relative to the current working directory and ignoring t...
MIT
en
nrwl/nx
eb4243bc87bf6b96f4abe9dcfa2cd08dd2469cd2
2022-05-09T11:48:41
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.", "properties": { "addModuleSpec": { "default": false, "description": "Add a module spec file.", "type": "boolean" ...
MIT
en
nrwl/nx
d0c978e898bef3d232013c8c54a4cbca98daab4b
2023-02-01T14:20:57
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
72e2a3ba50d4c5b4725785407db9c6d97d29bdf4
2023-10-16T15:12:47
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": { "description": "Run the cypress-c...
MIT
en
nrwl/nx
6d9ec39c754b24ab9036a7220bcfba38e5156d93
2022-09-28T14:54:53
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.", "properties": { "addModuleSpec": { "default": false, "description": "Add a module spec file.", "type": "boolean" ...
MIT
en
nrwl/nx
deb0f1a49294eafe18c407a96c95e40af15d3738
2024-01-30T21:29:05
packages/nest/src/generators/guard/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestGuardGenerator", "$schema": "https://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Nest Guard Options Schema.", "properties": { "directory": { "aliases": [ "dir", "path" ], "description": "Directory where the genera...
MIT
en
nrwl/nx
8826a7737dd0d23a6da9a634b5511a4f8fa07919
2023-10-12T16:49:45
packages/react/src/generators/remote/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "GeneratorReactRemote", "$schema": "http://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
a9974d3f25add9afcd6e2b416d490de60ee92d6e
2024-01-30T16:33:13
packages/next/src/generators/library/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactLibrary", "$schema": "https://json-schema.org/schema", "cli": "nx", "description": "Create a React Library for an Nx workspace.", "examplesFile": "../../../docs/library-examples.md", "properties": { "appProject": { "alias": "a", "description": "The application project to add...
MIT
en
nrwl/nx
729e0a15ce91c2be63c5ce831499d5b4fa714b2b
2024-02-29T18:56:09
packages/rollup/src/generators/init/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxWebpackInit", "$schema": "https://json-schema.org/schema", "cli": "nx", "description": "Init Webpack Plugin.", "properties": { "keepExistingVersions": { "default": false, "description": "Keep existing dependencies versions", "type": "boolean", "x-priority": "internal" ...
MIT
en
nrwl/nx
762b9f336c5584ea530cd4af8335b17dbd8b721d
2023-02-10T16:35:01
packages/workspace/src/generators/new/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxWorkspaceNew", "$schema": "http://json-schema.org/schema", "additionalProperties": true, "cli": "nx", "description": "Create an empty workspace.", "properties": { "appName": { "description": "Application name.", "type": "string" }, "defaultBase": { "description": "D...
MIT
en
nrwl/nx
a995940b192a99e8a8cb6f7e165d68e078ffdd11
2023-06-26T20:31:04
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
fb54f6758103973b530cc729a04df12e5a5c8a3f
2023-04-20T18:35:04
packages/plugin/src/generators/e2e-project/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxPluginE2E", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Create an E2E app for a Nx Plugin.", "properties": { "jestConfig": { "description": "Jest config file.", "type": "string" }, "linter": { "default": "eslint", "description": "The...
MIT
en
nrwl/nx
c94ac41f564324907fdc99d28924233608cdb64f
2023-01-13T18:45:35
packages/vite/src/executors/preview-server/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$schema": "http://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" }, { "key...
MIT
en
nrwl/nx
8eb6b5ea78ebf04ca16f54bb78f12815831b0151
2023-10-15T05:10:00
packages/plugin/src/generators/generator/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxPluginGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Create a Generator for an Nx Plugin.", "examples": [ { "command": "nx g generator my-generator --project=my-plugin", "description": "Generate `libs/my-plugin/...
MIT
en
nrwl/nx
e5e561d6485ad87e464e8391883bd291962299d9
2023-07-14T16:17:10
packages/playwright/src/generators/configuration/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxPlaywrightConfiguration", "$schema": "http://json-schema.org/schema", "description": "Add a Playwright configuration.", "properties": { "directory": { "default": "playwright", "description": "A directory where the project is placed relative from the project root", "type": "stri...
MIT
en
nrwl/nx
295b8d737c687e21e709fa5fa8397e49e12987d3
2021-08-18T22:02:12
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": [ "dir", "path" ], "description": "Directory where the generated files are placed.", "type": "str...
MIT
en
nrwl/nx
8f705e31e2f7dd0399851efc17e62ba4f35e6642
2024-05-09T01:54:41
packages/remix/src/generators/style/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxRemixRouteStyle", "$schema": "https://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/pag...
MIT
en
nrwl/nx
2e3e32cf30a8c94608b4cec0c8684fd75bbbb452
2023-03-10T14:56:32
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
678818a58b37bb395415665232f7acaac4bd21f6
2021-05-12T16:20:12
packages/react/src/generators/component-cypress-spec/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactComponentCypressSpec", "$schema": "http://json-schema.org/schema", "cli": "nx", "properties": { "componentPath": { "description": "Relative path to the component file from the library root?", "examples": [ "lib/components" ], "type": "string", "x-prompt...
MIT
en
nrwl/nx
8407d7aedfd23804fc9a3a769d2ab1a741169aba
2023-07-21T15:48:40
packages/playwright/src/generators/configuration/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxPlaywrightConfiguration", "$schema": "http://json-schema.org/schema", "description": "Add a Playwright configuration.", "properties": { "directory": { "default": "playwright", "description": "A directory where the project is placed relative from the project root", "type": "stri...
MIT
en
nrwl/nx
d7536aa7e3e1d87fe80f99e5255533572db0d79d
2023-01-24T00:35:15
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
5211382b961d96ebb83ba1c8d4b4f3a3e5ccae66
2023-03-31T14:36:57
packages/next/src/generators/component/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNextReactComponent", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Create a React Component for Next.", "examplesFile": "../../../docs/component-examples.md", "properties": { "directory": { "alias": "dir", "description": "Create the component under this...
MIT
en
nrwl/nx
a14924b8097bd4ffb34484191bad975ed49711d2
2021-05-31T14:16:15
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
d20cf91e6c5e1b71fb8af4e6413d27b15e82d2ce
2023-01-13T16:50:01
packages/next/src/generators/component/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNextReactComponent", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Create a React Component for Next.", "examplesFile": "../../../docs/component-examples.md", "properties": { "directory": { "alias": "dir", "description": "Create the component under this...
MIT
en
nrwl/nx
cc6c2f9c59613af80ea23f9f3a4b66a970121c50
2022-07-18T10:40:20
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.", "properties": { "barrels": { "default": false, "description": "Use barrels to re-export actions, state and sel...
MIT
en
nrwl/nx
fab43a15e26b82857ee42456ea881822214a5981
2021-06-28T17:01:00
packages/nest/src/generators/resolver/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestResolverGenerator", "$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
70fd808d9ca9daa5c7d0c596df9ffa79ab55d321
2024-01-24T22:03:03
packages/nx/src/nx-cloud/generators/connect-to-nx-cloud/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Connect a workspace to Nx Cloud.", "id": "NxCloudInit", "properties": { "analytics": { "default": false, "description": "Anonymously store hashed machine ID for task runs", "type":...
MIT
en
nrwl/nx
a9974d3f25add9afcd6e2b416d490de60ee92d6e
2024-01-30T16:33:13
packages/angular/src/generators/setup-ssr/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "GeneratorAngularUniversalSetup", "$schema": "https://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": "...
MIT
en
nrwl/nx
8f705e31e2f7dd0399851efc17e62ba4f35e6642
2024-05-09T01:54:41
packages/nest/src/generators/class/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestClassGenerator", "$schema": "https://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Nest Class Options Schema.", "properties": { "directory": { "aliases": [ "dir", "path" ], "description": "Directory where the genera...
MIT
en
nrwl/nx
4eb7cc7bf170cd48dd87fdd0dd387d3592beec69
2023-03-31T15:22:18
packages/react/src/generators/component-cypress-spec/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactComponentCypressSpec", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Create a Cypress spec for a UI component that has a story.", "properties": { "componentPath": { "description": "Relative path to the component file from the library root?", "example...
MIT
en
nrwl/nx
e20f379414dd46a135c62b723c78215c52c437b2
2023-10-18T19:25:31
packages/plugin/src/generators/executor/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxPluginExecutor", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Create an Executor for an Nx Plugin.", "examples": [ { "command": "nx g executor my-executor --project=my-plugin", "description": "Generate `libs/my-plugin/src...
MIT
en
nrwl/nx
38179ad2788ff59d11ea370c607b587e8c9533bc
2024-03-05T22:53:07
packages/js/src/generators/release-version/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxJSReleaseVersionGenerator", "$schema": "https://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 ...
MIT
en
nrwl/nx
b63893d1cdfa94728e2aee519d80def090750685
2022-08-30T16:19:33
packages/angular/src/generators/move/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxAngularMove", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Move an Angular project to another folder in the workspace.", "examples": [ { "command": "nx g @nrwl/angular:move --project my-feature-lib --destination shared/my-feature-lib", "description": "Mo...
MIT
en
nrwl/nx
4a4a149bce59b28fd245d15ed7787b00c9f87ed3
2022-11-02T18:20:56
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" ], "type": "string" }, ...
MIT
en
nrwl/nx
62240262d6dee5f02a8113266fcf973ca04ecab2
2023-10-18T12:42:40
packages/nest/src/generators/class/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestClassGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Nest Class Options Schema.", "properties": { "directory": { "aliases": [ "dir", "path" ], "description": "Directory where the generat...
MIT
en
nrwl/nx
d7536aa7e3e1d87fe80f99e5255533572db0d79d
2023-01-24T00:35:15
packages/next/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.", "examplesFile": "../../../docs/library-examples.md", "properties": { "appProject": { "alias": "a", "description": "The application project to add ...
MIT
en
nrwl/nx
6dae32cc3af4f76f4de7f296a7c7c34ecfc1d62b
2022-03-24T16:00:06
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": { "cli": { "description": "CLI powering the workspace.", "type": "string" }, "linter": { "default": "eslint", "des...
MIT
en
nrwl/nx
e4758358b0cf9d3013ddfd30ae9ea387866f5144
2024-01-22T18:51:41
packages/next/src/generators/init/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNextNgInit", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Init Next Plugin.", "properties": { "keepExistingVersions": { "default": false, "description": "Keep existing dependencies versions", "type": "boolean", "x-priority": "internal" },...
MIT
en
nrwl/nx
a25e081a84509d83db5c5c4c27d2898dcad79f65
2021-01-25T17:52:30
packages/workspace/src/generators/run-commands/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$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" } ], "id": "SchematicsRunCommands", "properties"...
MIT
en
nrwl/nx
901b70a4fec92d2af875acd4f947acc7a91636e4
2023-07-25T22:15:26
packages/plugin/src/generators/plugin/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxPluginPlugin", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Create a Plugin for Nx.", "examples": [ { "command": "nx g plugin my-plugin --directory=plugins --importPath=@myorg/my-plugin", "description": "Generates an Nx plugin project called `plugins-my-...
MIT
en
nrwl/nx
dcefa4a6adc273b6f2d846406dd1a3ee443ff2f5
2023-07-31T14:17:08
packages/workspace/src/generators/convert-to-monorepo/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxWorkspaceConvertToMonorepo", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Convert an Nx project to a monorepo.", "examples": [ { "command": "nx g @nx/workspace:monorepo", "description": "Convert an Nx standalone project to a monorepo." } ], "prop...
MIT
en
nrwl/nx
83ada9dcc1bf2057dd95df6c494beeacd55cbb7f
2023-04-26T20:11:14
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
3ef5406fb81f0ef686c3e693564681a96d3a91f3
2023-03-02T15:38:18
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": { "customServer": { "default": false, "description": "Use a custom Express server for t...
MIT
en
nrwl/nx
ce4a76a97559e18268b1f4385b211f555f7224c4
2023-04-18T18:47:02
packages/nest/src/generators/library/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestLibraryGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Create a NestJS Library for Nx.", "examples": [ { "command": "nx g lib mylib --directory=myapp", "description": "Generate libs/myapp/mylib" } ], ...
MIT
en
nrwl/nx
730260320d07c994f2086d876ae5e6c8a11c4469
2023-08-10T17:30:46
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", "description": "Create a TypeScript Library.", "examplesFile": "../../../docs/library-examples.md", "properties": { "buildable": { "default": true, "description": "Generate a buildable library.", "...
MIT
en
nrwl/nx
6dae32cc3af4f76f4de7f296a7c7c34ecfc1d62b
2022-03-24T16:00:06
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 myl...
MIT
en
nrwl/nx
04b6ddb5966e90ea1e9c4fb9d8d6b73e11b67683
2023-03-24T16:51:35
packages/react-native/src/executors/build-ios/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Build iOS app.", "examplesFile": "../../../docs/build-ios-examples.md", "presets": [ { "keys": [ "simulator" ], "name": "Build iOS for a simulator" }, { "keys": [ "device" ], ...
MIT
en