Created
November 25, 2022 22:38
-
-
Save mem/7e5a4cd978ff39747ac15098b6466e05 to your computer and use it in GitHub Desktop.
my tools.yaml file
This file contains hidden or 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
tools: | |
entgo.io/ent/cmd/ent: | |
github.com/766b/godox: | |
github.com/akavel/up: | |
github.com/caddyserver/caddy/v2/cmd/caddy: | |
github.com/cli/cli: | |
clone: true | |
build: | |
- make bin/gh | |
- cp bin/gh ${OUTDIR} | |
github.com/derailed/k9s: | |
clone: true | |
build: | |
- make build | |
- cp execs/k9s ${OUTDIR} | |
github.com/davidrjenni/reftools/cmd/fillstruct: | |
github.com/fatih/errwrap: | |
github.com/fatih/gomodifytags: | |
github.com/fatih/motion: | |
github.com/FiloSottile/gorebuild: | |
github.com/git-chglog/git-chglog/cmd/git-chglog: | |
github.com/go-critic/go-critic/cmd/gocritic: | |
github.com/go-delve/delve/cmd/dlv: | |
github.com/gohugoio/hugo: | |
github.com/golangci/golangci-lint/cmd/golangci-lint: | |
github.com/golang-migrate/migrate/v4/cmd/migrate: | |
github.com/gomatic/renderizer/v2/cmd/renderizer: | |
github.com/google/go-jsonnet/cmd/jsonnet: | |
github.com/google/go-jsonnet/cmd/jsonnetfmt: | |
github.com/goreleaser/goreleaser: | |
github.com/grafana/tanka/cmd/tk: | |
go.k6.io/xk6/cmd/xk6: | |
go.k6.io/k6: | |
github.com/hairyhenderson/gomplate/v3/cmd/gomplate: | |
github.com/josharian/impl: | |
github.com/jstemmer/gotags: | |
github.com/Khan/genqlient: | |
github.com/kisielk/errcheck: | |
github.com/klauspost/asmfmt/cmd/asmfmt: | |
github.com/koron/iferr: | |
github.com/kyleconroy/sqlc/cmd/sqlc: | |
github.com/lukehoban/go-outline: | |
github.com/markbates/pkger/cmd/pkger: | |
github.com/marwan-at-work/mod/cmd/mod: | |
github.com/mdempsky/maligned: | |
github.com/mgechev/revive: | |
github.com/monochromegane/the_platinum_searcher/cmd/pt: | |
github.com/mvdan/sh/cmd/shfmt: | |
github.com/quasilyte/go-ruleguard/cmd/ruleguard: | |
github.com/rancher/k3d: | |
clone: true | |
build: | |
- git fetch origin tag v5.4.6 | |
- git checkout v5.4.6 | |
- make build BINDIR=${OUTDIR} | |
github.com/rogpeppe/godef: | |
github.com/rogpeppe/gohack: | |
github.com/segmentio/golines: | |
github.com/smartystreets/goconvey: | |
github.com/uudashr/gopkgs/v2/cmd/gopkgs: | |
github.com/zmb3/gogetdoc: | |
gnorm.org/gnorm: | |
golang.org/x/lint/golint: | |
golang.org/x/tools/cmd/godoc: | |
golang.org/x/tools/cmd/goimports: | |
golang.org/x/tools/cmd/gorename: | |
golang.org/x/tools/cmd/guru: | |
golang.org/x/tools/gopls: | |
golang.org/x/vuln/cmd/govulncheck: | |
gotest.tools/gotestsum: | |
helm.sh/helm/v3/cmd/helm: | |
honnef.co/go/tools/cmd/keyify: | |
honnef.co/go/tools/cmd/staticcheck: | |
mvdan.cc/gofumpt: | |
github.com/mickael-menu/zk: | |
clone: true | |
build: | |
- git fetch origin tag v0.11.1 | |
- git checkout v0.11.1 | |
- make build | |
- cp -a zk ${OUTDIR}/zk | |
github.com/junegunn/fzf: | |
clone: true | |
build: | |
- git fetch origin tag 0.34.0 | |
- git checkout 0.34.0 | |
- make | |
- cp -a target/fzf-linux_amd64 ${OUTDIR}/fzf | |
github.com/mikefarah/yq/v4: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment