twittwer / nx-tools

Workspace for Nx Plugins.
40 stars 7 forks source link
angular angular-builders angular-schematics compodoc hacktoberfest nx nx-plugin nx-plugins

NxTools

commitizen friendly styled with prettier

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:

  1. npm run local-registry start
  2. npm run local-registry enable
  3. npm login (user: test, password: test, email: test@test.io)
  4. commit your changes
  5. npx nx run compodoc:release:local
  6. run npm i -D @twittwer/compodoc@latest in your local test repository