Description
Hackable Golang package installation tool which can help you install even private repositories and local artifacts.
Installation
go get github.com/gianebao/goget
Instructions
- In your working source directory, run
goget
- This will create a
go-package.json
file which lists down all libraries and their installation command. a. The script will try to install the packages usinggo get
- You can modify the installation command inside the file by [, ... ]
a. To use environment variables use
["sh, "-c", "<command_with_$ENV>"]
Expired packages
Expired packages (packages that are not used anymore) are placed in Archive
section.