gore

command module
v0.0.37 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 31, 2023 License: MIT Imports: 4 Imported by: 0

README

gore

Go Go Report Card Release

"npm list/update -g" for Go

List and update user binaries installed through "go install". Works with public, private and development (v0.0.0-...) packages.

Installation

Requires Go 1.20+

go install github.com/yolo-pkgs/gore@latest

How to use

# List all user binaries (and available updates) installed with 'go install'
gore list

# Pass --dev (or -d) to also check dev packages like v0.0.0-...
gore list -d

# Pass --group (or -g) to group packages by domain
gore list -g

# Pass --extra (or -e) to print extra info
gore list -e

# Pass --simple (or -s) to print without table
gore list -s

# Update all user binaries
gore update

# Scan repositories of dev packages first and install them with precision instead of @latest.
gore update -d

# Dump installation commands
gore dump
gore dump --latest

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL