Manipulate CODEOWNERS file.
npm install meta-codeowners
Adds an entry to the CODEOWNERS
file.
meta codeowners add --pattern '*' team-a team-b
Replaces old-team
with new-team
in CODEOWNERS
file.
meta codeowners rename old-team new-team
Licensed under MIT. See LICENSE file for details.