Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Workspace for Nx Plugins.

Awesome Lists containing this project

README

        

# NxTools

[![commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](http://commitizen.github.io/cz-cli/)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](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: [email protected])
4. commit your changes
5. `npx nx run compodoc:release:local`
6. run `npm i -D @twittwer/compodoc@latest` in your local test repository