JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 29
  • Score
    100M100P100Q52946F
  • License Apache 2

Package Exports

  • generate-codeowners

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 (generate-codeowners) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Generate Codeowners

NPM

Original use case was to introduce CODEOWNERS-files within an organization with a large amount of repositories. The idea was to generate a file based on the Git-history.

Usage: generate-codeowners [options]

Options:
  -gd, --gitdir <dir>                    Directory with Git repository. (default: "generate-codeowners")
  -ii, --ignoreidentifiers <regexp>      Directory with Git repository. (default: ["noreply"])
  -s, --since <time>                     Same as Git:s <since> format. (default: "365.day.ago")
  -id, --identifier <committerEmailmail| Same as Git:s <since> format. (default: "committerEmailmail")
                    committerEmailUser|
                    committerName>
  -cf, --codeownersfile <name>           The CODEOWNERS-file (default: "CODEOWNERS")
  -d, --dryrun                           Do not change anything, just print what would be changed. (default: false)
  -v, --version                          Display version (default: false)
  -h, --help                             display help for command