Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 532 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 532 Bytes

meta-codeowners

Manipulate CODEOWNERS file.

Installation

npm install meta-codeowners

Commands

add

Adds an entry to the CODEOWNERS file.

meta codeowners add --pattern '*' team-a team-b

rename

Replaces old-team with new-team in CODEOWNERS file.

meta codeowners rename old-team new-team

License

Licensed under MIT. See LICENSE file for details.