nx-tools
nx-tools copied to clipboard
Workspace for Nx Plugins.
NxTools
Workspace for Nx Plugins.
Project | Description |
---|---|
Compodoc | Compodoc executor for Nx workspaces |
How to try changes locally?
To test changes in a local repository, the package can be published in a local registry:
-
npm run local-registry start
-
npm run local-registry enable
-
npm login
(user: test, password: test, email: [email protected]) - commit your changes
-
npx nx run compodoc:release:local
- run
npm i -D @twittwer/compodoc@latest
in your local test repository