Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 316 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 316 Bytes

Nx Labs

This repo contains experimental Nx plugins that are maintained by the Nx core team.

Adding a plugin

nx g @nx/plugin:plugin [new plugin]

Publishing a plugin

nx publish [plugin] -ver=[version] --tag=[tag]


# For example
nx publish nx-rspack --ver=1.0.0-alpha.2 --tag=next