GitXplorerGitXplorer
p

kowners

public
1 stars
0 forks
4 issues

Commits

List of commits on branch main.
Verified
08c5892970dff0d0a051902d5b09b5c0291587cc

Update command help messages

ppgreze committed 4 years ago
Verified
70458b54754719440a6c5d031bc5cd68f3d60d5e

Update command descriptions

ppgreze committed 4 years ago
Unverified
a71d4f13faca5ea85589c04e45ac04f81a79f273

Reformat code

ppgreze committed 4 years ago
Unverified
8d2e4e3eb498a8e91a16d6a583a08feb7a3d469b

Rename master->main

ppgreze committed 4 years ago
Unverified
1111fbe3825317f7d062a943672bb5257e8d5ee3

Add Use from command line instructions

ppgreze committed 4 years ago
Unverified
d1bb663e3dbb76a350467ea8adfc7efae225b394

Consider all artifacts as zip, and disable concurrent writes

ppgreze committed 4 years ago

README

The README file for this repository.

kowners

Build

Kotlin support for Github code owners files.

Features:

  • blame: display how many files are covered by each ownership rules.
  • coverage: display the percentage of files covered by each ownership rules.
  • query: display the potential owner and sub-hierarchy owners for each versioned file.

Use from command line

Official releases

See artifacts from https://github.com/pgreze/kowners/releases

Example for Linux:

unzip kowners-linux.zip
./kowners

From latest commits

See artifacts from https://github.com/pgreze/kowners/actions/workflows/main.yml

For the jar distribution:

unzip kowners-jar.zip
java -jar kowners.jar

For the graalvm distribution:

unzip kowners-macos.zip
chmod +x kowners
[ "$(uname)" = "Darwin" ] && sudo xattr -r -d com.apple.quarantine kowners
./kowners

TODO