Documentation ¶
Overview ¶
goanywhere creates a Go workspace from the packages' modules in the given local file paths.
goanywhere then executes the command given after "--" in the workspace directory and amends the packages as args.
E.g. goanywhere ./u-root/cmds/core/{init,gosh} -- go build -o $(pwd) E.g. goanywhere ./u-root/cmds/core/{init,gosh} -- makebb -o $(pwd) E.g. goanywhere ./u-root/cmds/core/{init,gosh} -- mkuimage [other args] E.g. goanywhere ./u-root/cmds/core/{init,gosh} -- u-root [other args]
Like makebb, goanywhere supports GBB_PATH, globs and shell expansions.
Usage: goanywhere [$cmd_path]... -- builder
Click to show internal directories.
Click to hide internal directories.