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: about 1 month ago
JSON representation
NX Plugin for CODEOWNERS management
- Host: GitHub
- URL: https://github.com/beilinson/nx-codeowners-plugin
- Owner: Beilinson
- License: mit
- Created: 2024-12-07T18:17:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-08T00:10:10.000Z (over 1 year ago)
- Last Synced: 2025-10-19T02:35:48.365Z (5 months ago)
- Topics: codeowners, nx, nx-plugin
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/nx-codeowners-plugin
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# 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
```