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

A collection of Nx plugins

Notifications You must be signed in to change notification settings

Yolk-HQ-old/nx-plugins

Repository files navigation

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]

About

A collection of Nx plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published