https://github.com/inox-ee/gh-topstar
search Top 10 GitHub Repogitories ordered by star
https://github.com/inox-ee/gh-topstar
github go go-cli
Last synced: about 1 month ago
JSON representation
search Top 10 GitHub Repogitories ordered by star
- Host: GitHub
- URL: https://github.com/inox-ee/gh-topstar
- Owner: inox-ee
- License: mit
- Created: 2021-10-08T11:42:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-08T12:31:57.000Z (over 4 years ago)
- Last Synced: 2025-01-06T17:48:18.350Z (over 1 year ago)
- Topics: github, go, go-cli
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# inox-ee/gh-topstar
## How to install
```shell-session
# use go get if your go version is less than 1.16
$ go install github.com/inox-ee/gh-topstar
```
## How to uninstall
```shell-session
$ rm -rf $GOPATH/pkg/mod/inox-ee
$ rm $GOPATH/bin/gh-topstar
```
or please tell me uninstall command
## How to Use
Ex)
```shell-session
$ gh-topstar
🔍 > go migration
Search:
https://github.com/search?o=desc&q=go+migration&s=stars&type=Repositories
Result:
1 : 7.3k https://github.com/golang-migrate/migrate
2 : 2.3k https://github.com/mattes/migrate
3 : 2.3k https://github.com/rubenv/sql-migrate
4 : 1.9k https://github.com/pressly/goose
5 : 678 https://github.com/go-gormigrate/gormigrate
6 : 581 https://github.com/scylladb/gocqlx
7 : 483 https://github.com/rsc/c2go
8 : 391 https://github.com/minamijoyo/tfmigrate
9 : 352 https://github.com/alphagov/govuk-aws
10 : 271 https://github.com/go-pg/migrations
```
## 参考
- Go CLI
- [urfave/cli: A simple, fast, and fun package for building command line apps in Go](https://github.com/urfave/cli)
- Release
- [Go で書いた CLI ツールのリリースは GoReleaser と GitHub Actions で個人的には決まり | tellme.tokyo](https://tellme.tokyo/post/2020/02/04/release-go-cli-tool/)