psteinroe / nx-labs

A collection of Nx plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nx Labs

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

Adding a plugin

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

Publishing a plugin

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


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

About

A collection of Nx plugins


Languages

Language:TypeScript 94.3%Language:JavaScript 3.8%Language:Shell 1.9%