gomods

command module
v0.1.1-0...-bc8ffad Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2024 License: MIT Imports: 16 Imported by: 0

README

gomods

CLI tool to execute a command on every go module in the tree

$ gomods --help
Usage of gomods:
  -c    command: command string execution with 'sh -c' prefix
  -f    force: continue execution even if dependencies failed
  -s string
        skip: comma separated list of paths to skip
  -u    unordered: execute without waiting for dependencies
  -v    verbose: detailed logs
  -w    without: without 'go mod' prefix

w/ go mod

$ gomods download
$ gomods tidy
$ gomods list
$ gomods graph

w/o go mod

$ gomods -w go generate ./...
$ gomods -w go test ./...
$ gomods -w cat go.mod

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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