JSPM

@nrwl/nx-plugin

15.7.0-beta.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 182420
  • Score
    100M100P100Q177404F
  • License MIT

This plugin is used to create Nx plugins! It contains generators for generating common plugin features like generators, executors, migrations and more.

Package Exports

  • @nrwl/nx-plugin
  • @nrwl/nx-plugin/generators
  • @nrwl/nx-plugin/generators.js
  • @nrwl/nx-plugin/index.js
  • @nrwl/nx-plugin/src/generators/executor/executor
  • @nrwl/nx-plugin/src/generators/executor/executor.js
  • @nrwl/nx-plugin/src/generators/generator/generator
  • @nrwl/nx-plugin/src/generators/generator/generator.js
  • @nrwl/nx-plugin/src/generators/plugin/plugin
  • @nrwl/nx-plugin/src/generators/plugin/plugin.js
  • @nrwl/nx-plugin/testing
  • @nrwl/nx-plugin/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 (@nrwl/nx-plugin) 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 @nrwl/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.

What is It?

It's an Nx plugin used to build other Nx plugins.

Check out the list of community plugins and the documentation on how to create one using create-nx-plugin here: https://nx.dev/community

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