Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/beilinson/nx-codeowners-plugin

NX Plugin for CODEOWNERS management
https://github.com/beilinson/nx-codeowners-plugin

codeowners nx nx-plugin

Last synced: 16 days ago
JSON representation

NX Plugin for CODEOWNERS management

Awesome Lists containing this project

README

        

# nx-codeowners-plugin


# nx-codeowners-plugin

An NX plugin alternative to `@nx/powerpack-codeowners`, aiming to provide a simpler API leveraging the basic `CODEOWNERS` syntax at the project level. By combining actual `CODEOWNERS` files at the project level, you can use your `git` implementation's syntax (github, gitlab, bitbucket), without requiring adding anything to your `project.json` files.

## Build

```bash
nx build nx-codeowners-plugin
```

## Test

```bash
nx test nx-codeowners-plugin
```