https://github.com/twittwer/nx-tools
Workspace for Nx Plugins.
https://github.com/twittwer/nx-tools
angular angular-builders angular-schematics compodoc hacktoberfest nx nx-plugin nx-plugins
Last synced: 10 months ago
JSON representation
Workspace for Nx Plugins.
- Host: GitHub
- URL: https://github.com/twittwer/nx-tools
- Owner: twittwer
- Created: 2020-04-19T15:00:31.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T10:08:35.000Z (over 1 year ago)
- Last Synced: 2025-04-16T09:11:24.977Z (10 months ago)
- Topics: angular, angular-builders, angular-schematics, compodoc, hacktoberfest, nx, nx-plugin, nx-plugins
- Language: TypeScript
- Homepage:
- Size: 1.82 MB
- Stars: 40
- Watchers: 1
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NxTools
[](http://commitizen.github.io/cz-cli/)
[](https://github.com/prettier/prettier)
> Workspace for Nx Plugins.
| Project | Description |
| ------------------------------- | ----------------------------------- |
| [Compodoc](./packages/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