/gxundo

A bash script to convert Go gx IPFS imports back to github imports

Primary LanguageGoMIT LicenseMIT

gxundo

A bash script to convert Go gx IPFS imports back to github imports

Install

wget https://raw.githubusercontent.com/c3systems/gxundo/master/gxundo.sh
sudo mv gxundo.sh /usr/local/bin/gxundo
chmod aug+rwx /usr/local/bin/gxundo

Update

Same as install instructions

Usage

$ gxundo {path}

# example
$ gxundo vendor/

Test

make test

License

MIT