codeowner-finder

A tool for interacting with CODEOWNERS file

installation

$ npm install -g codeowner-finder

cli usage

Print a list of each files in the current repo, followed by its owner:

$ codeowner-finder owner 'path'

example

$ codeowner-finder owner '*'