Skip to content

Usage

Commands

Install (gitx install)

Install a package from a URL, git repo, or local path.

bash
gitx install https://github.com/user/repo
gitx install ./my-local-package

Options:

  • --force: Re-install even if exists.
  • --version <ver>: Check out specific version.

Run (gitx run)

Run an installed binary.

bash
gitx run my-package -- --arg1 --arg2

List (gitx list)

See installed packages.

bash
gitx list

Uninstall (gitx uninstall)

Remove a package.

bash
gitx uninstall my-package

Update (gitx update)

Update packages.

bash
gitx update --all
gitx update my-package
gitx update https://...

Released under the GPL-3.0 License.