Usage

May 5, 2016 ยท View on GitHub

go get inspired bash get tool.

bash-get-demo

Consider looking at https://github.com/reconquest/import.bash too.

Usage

Installing new vendor

bash get github.com/reconquest/opts.bash

Updating vendor

bash get -u github.com/reconquest/opts.bash

Updating all vendors

bash get -u  # or
bash get     # non-recursive

Using vendor

Without import.bash

source vendors/github.com/reconquest/opts.bash/opts.bash

# use of opts:... methods

With import.bash

import github.com/reconquest/opts

# use of opts:... methods