ghtool 0.5.2

A command-line tool for interacting with Github API with some specialized features oriented around Checks
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
build:
  cargo build

build-release:
  cargo build --release

publish:
  cargo publish

run *FLAGS:
  cargo run {{FLAGS}}

test-w *FLAGS:
  fd .rs | entr -r cargo test {{FLAGS}}

install:
  cargo install --path .