Skip to content

supanadit/stay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stay

Go Report Card

Bulletproof package manager for Go.

How it works

stay -i github.com/gin-gonic/gin

Compatibility

  • Windows ( Coming soon )
  • Linux
  • Mac OS

Install

Method 1 ( Still using go get )

  1. Using go get -u -v github.com/supanadit/stay
  2. Go to $GOPATH/src/github.com/supanadit/stay
  3. go install

Make sure your $GOPATH/bin added into environment variable such as .bash_profile, .profile, or .bashrc

Method 2

  1. Download the release version
  2. Copy stay to /usr/bin or $GOPATH/bin

Thanks To