NxTools

April 3, 2022 ยท View on GitHub

commitizen friendly styled with prettier

Workspace for Nx Plugins.

ProjectDescription
CompodocCompodoc 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