Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Latest commit

 

History

History
34 lines (22 loc) · 452 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 452 Bytes

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