-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
17 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,20 +5,30 @@ A command-line interface to your GitHub stars | |
## Development | ||
|
||
```bash | ||
git clone [email protected]:gkze/stars-go.git | ||
cd stars-go | ||
git clone [email protected]:gkze/stars.git | ||
cd stars | ||
go build # need Golang 1.11+ | ||
``` | ||
|
||
## Installation | ||
|
||
Binaries are available on the releases page. You can also install it easily with: | ||
### Homebrew | ||
|
||
```bash | ||
brew install gkze/gkze/stars | ||
``` | ||
|
||
### Go | ||
|
||
```bash | ||
go get -u github.com/gkze/stars | ||
``` | ||
|
||
You also need a `~/.netrc` with a personal access token configured: | ||
Binaries are available on the releases page. | ||
|
||
## Configuration | ||
|
||
You will need a `~/.netrc` with a [personal access token](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/) configured: | ||
|
||
```bash | ||
$ cat ~/.netrc | ||
|
@@ -27,7 +37,7 @@ machine api.github.com | |
password [your github token here] | ||
``` | ||
|
||
Usage: | ||
## Usage | ||
|
||
```bash | ||
NAME: | ||
|
@@ -37,7 +47,7 @@ USAGE: | |
stars [global options] command [command options] [arguments...] | ||
|
||
VERSION: | ||
0.3.9 | ||
0.4.3 | ||
|
||
COMMANDS: | ||
save Save all stars | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters