Workspace for Nx Plugins.
Project | Description |
---|---|
Compodoc | Compodoc executor for Nx workspaces |
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: test@test.io)- commit your changes
npx nx run compodoc:release:local
- run
npm i -D @twittwer/compodoc@latest
in your local test repository