项目作者: opennetsys

项目描述 :
A bash script to convert Go gx IPFS imports back to github imports
高级语言: Go
项目地址: git://github.com/opennetsys/gxundo.git
创建时间: 2018-07-05T19:31:17Z
项目社区:https://github.com/opennetsys/gxundo

开源协议:MIT License

下载


gxundo

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

Install

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

Update

Same as install instructions

Usage

  1. $ gxundo {path}
  2. # example
  3. $ gxundo vendor/

Test

  1. make test

License

MIT