JSPM

@nx/devkit

16.3.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4695493
  • Score
    100M100P100Q217562F
  • License MIT

The Nx Devkit is used to customize Nx for different technologies and use cases. It contains many utility functions for reading and writing files, updating configuration, working with Abstract Syntax Trees(ASTs), and more.

Package Exports

  • @nx/devkit
  • @nx/devkit/index.js
  • @nx/devkit/ngcli-adapter
  • @nx/devkit/ngcli-adapter.js
  • @nx/devkit/src/executors/parse-target-string
  • @nx/devkit/src/executors/parse-target-string.js
  • @nx/devkit/src/generators/executor-options-utils
  • @nx/devkit/src/generators/executor-options-utils.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/module-federation
  • @nx/devkit/src/utils/module-federation/index.js
  • @nx/devkit/src/utils/replace-package
  • @nx/devkit/src/utils/replace-package.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, Fast and Extensible Build System

CircleCI License NPM Version Semantic Release Commitizen friendly Join the chat at https://gitter.im/nrwl-nx/community Join us @nx/community on slack


Nx: Smart, Fast and Extensible Build System

Nx is a next generation build system with first class monorepo support and powerful integrations.

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

Documentation & Resources

Nx - Smart, Fast and Extensible Build System