Package Exports
- codeowner-finder
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (codeowner-finder) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
codeowner-finder
A tool for interacting with CODEOWNERS file
installation
$ npm install -g codeowner-findercli usage
Print a list of each files in the current repo, followed by its owner:
$ codeowner-finder owner 'path'example
$ codeowner-finder owner '*'