Package Exports
- @nx/devkit
- @nx/devkit/index.js
- @nx/devkit/ngcli-adapter
- @nx/devkit/ngcli-adapter.js
- @nx/devkit/nx
- @nx/devkit/nx.js
- @nx/devkit/src/executors/parse-target-string
- @nx/devkit/src/executors/parse-target-string.js
- @nx/devkit/src/generators/add-build-target-defaults
- @nx/devkit/src/generators/add-build-target-defaults.js
- @nx/devkit/src/generators/artifact-name-and-directory-utils
- @nx/devkit/src/generators/artifact-name-and-directory-utils.js
- @nx/devkit/src/generators/executor-options-utils
- @nx/devkit/src/generators/executor-options-utils.js
- @nx/devkit/src/generators/plugin-migrations/executor-to-plugin-migrator
- @nx/devkit/src/generators/plugin-migrations/executor-to-plugin-migrator.js
- @nx/devkit/src/generators/project-name-and-root-utils
- @nx/devkit/src/generators/project-name-and-root-utils.js
- @nx/devkit/src/utils/add-plugin
- @nx/devkit/src/utils/add-plugin.js
- @nx/devkit/src/utils/async-iterable
- @nx/devkit/src/utils/async-iterable/index.js
- @nx/devkit/src/utils/binary-extensions
- @nx/devkit/src/utils/binary-extensions.js
- @nx/devkit/src/utils/calculate-hash-for-create-nodes
- @nx/devkit/src/utils/calculate-hash-for-create-nodes.js
- @nx/devkit/src/utils/config-utils
- @nx/devkit/src/utils/config-utils.js
- @nx/devkit/src/utils/get-named-inputs
- @nx/devkit/src/utils/get-named-inputs.js
- @nx/devkit/src/utils/log-show-project-command
- @nx/devkit/src/utils/log-show-project-command.js
- @nx/devkit/src/utils/replace-package
- @nx/devkit/src/utils/replace-package.js
- @nx/devkit/src/utils/replace-project-configuration-with-plugin
- @nx/devkit/src/utils/replace-project-configuration-with-plugin.js
- @nx/devkit/src/utils/rxjs-for-await
- @nx/devkit/src/utils/rxjs-for-await.js
- @nx/devkit/src/utils/semver
- @nx/devkit/src/utils/semver.js
- @nx/devkit/src/utils/string-utils
- @nx/devkit/src/utils/string-utils.js
- @nx/devkit/testing
- @nx/devkit/testing.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nx/devkit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Nx: Smart Monorepos · Fast CI
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
This package contains a set of utilities for creating Nx plugins.
Getting Started
Creating an Nx Workspace
Using npx
npx create-nx-workspace
Using npm init
npm init nx-workspace
Using yarn create
yarn create nx-workspace
Adding Nx to an Existing Repository
Run:
npx nx@latest init