0.0.16 • Published 3 years ago

generate-codeowners v0.0.16

Weekly downloads
-
License
Apache 2
Repository
github
Last release
3 years ago

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.

Execute it with:

npx generate-codeowners

Parameters:

Usage: generate-codeowners [options]

Options:
  -gd, --gitdir <dir>                   Directory with Git repository. (default: "generate-codeowners")
  -s, --since <time>                    Same as Git:s <since> format. (default: "365.day.ago")
  -micc, --minimumcommitcount <number>  Ignore committers with less commits. (default: "0")
  -manc, --maximumnumberofcommitters    Include most active committers (default: "100")
                              <number>
  -id, --identifier <committerEmail|    What to add as identifer. (default: "committerEmail")
                    committerEmailUser|
                    committerName>
  -ii, --ignoreidentifiers <regexp>     Regexp to test against identifer. (default: "noreply")
  -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
0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago