Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 946 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 946 Bytes

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