Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/beilinson/nx-codeowners-plugin
- Owner: Beilinson
- License: mit
- Created: 2024-12-07T18:17:13.000Z (19 days ago)
- Default Branch: main
- Last Pushed: 2024-12-07T18:42:12.000Z (19 days ago)
- Last Synced: 2024-12-07T19:26:02.069Z (19 days ago)
- Topics: codeowners, nx, nx-plugin
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/nx-codeowners-plugin
- Size: 131 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
```