https://github.com/loadsmart/meta-codeowners
https://github.com/loadsmart/meta-codeowners
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/loadsmart/meta-codeowners
- Owner: loadsmart
- License: mit
- Created: 2020-08-04T19:35:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T17:34:20.000Z (almost 2 years ago)
- Last Synced: 2025-03-11T21:42:03.934Z (over 1 year ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 58
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# meta-codeowners
Manipulate [CODEOWNERS](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners) file.
## Installation
```shell
npm install meta-codeowners
```
## Commands
### add
Adds an entry to the `CODEOWNERS` file.
```shell
meta codeowners add --pattern '*' team-a team-b
```
### rename
Replaces `old-team` with `new-team` in `CODEOWNERS` file.
```shell
meta codeowners rename old-team new-team
```
## License
Licensed under MIT. See [LICENSE](./LICENSE) file for details.