JSPM

codeowner-finder

1.0.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 17
  • Score
    100M100P100Q43139F
  • License MIT

A tool for finding codeowners for a specific pattern

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-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 '*'