Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Latest commit

 

History

History
34 lines (23 loc) · 482 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 482 Bytes

nx-plugins

A collection of Nx plugins.

Contributing

Setup

npm install --global pnpm@5.12.0
pnpm install

Run tests

pnpm run nx -- run-many --target test --all
pnpm run nx -- run-many --target e2e --all

Publish a plugin

pnpm run nx -- run nx-next:build
pnpm publish ./dist/libs/nx-next

Create a new plugin

pnpm run nx -- generate @nrwl/nx-plugin:plugin [pluginName]