You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,21 @@
5
5
6
6
A CLI and Go library for GitHub's [CODEOWNERS file](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax).
7
7
8
+
## Installation
9
+
10
+
Install the CLI from the [homebrew tap](https://github.com/hmarr/homebrew-tap#codeowners).
11
+
12
+
```console
13
+
$ brew tap hmarr/tap
14
+
$ brew install codeowners
15
+
```
16
+
17
+
Install the library with `go get`.
18
+
19
+
```console
20
+
$ go get github.com/hmarr/codeowners@latest
21
+
```
22
+
8
23
## Command line usage
9
24
10
25
By default, the command line tool will walk the directory tree, printing the code owners of any files that are found.
0 commit comments