An open API service indexing awesome lists of open source software.

https://github.com/yukihirop/github-toy

Toy to operate github. 🤖
https://github.com/yukihirop/github-toy

cli github go

Last synced: about 2 months ago
JSON representation

Toy to operate github. 🤖

Awesome Lists containing this project

README

          

# github-toy

Toy to operate github. 🤖

## Install

#### From source

```bash
go get github.com/yukihirop/github-toy
cd $GOPATH/src/github.com/yukihirop/github-toy
make install
```

#### From homebrew

```bash
brew tap yukihirop/github-toy
brew install gtoy
```

## Supported OSes

- Mac
- Linux

## Usage

```bash
$ gtoy
NAME:
github-toy - Toy to operate github

USAGE:
gtoy [global options] command [command options] [arguments...]

VERSION:
0.1.0 (rev:HEAD)

COMMANDS:
settings Operate github display name
help, h Shows a list of commands or help for one command

GLOBAL OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```

#### Update settings name

```bash
GITHUB_AUTH_TOKEN= gtoy settings --login yukihirop update --name yukihirop
GITHUB_AUTH_TOKEN= gtoy settings -l yukihirop update -n yukihirop@Hoge.inc
```