https://github.com/supanadit/stay
Bulletproof package manager for Go
https://github.com/supanadit/stay
go go-application golang golang-application golang-package golang-tools package-manager package-manager-tool
Last synced: 6 months ago
JSON representation
Bulletproof package manager for Go
- Host: GitHub
- URL: https://github.com/supanadit/stay
- Owner: supanadit
- License: apache-2.0
- Created: 2019-09-08T05:35:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T07:29:59.000Z (about 6 years ago)
- Last Synced: 2025-03-16T02:28:06.296Z (over 1 year ago)
- Topics: go, go-application, golang, golang-application, golang-package, golang-tools, package-manager, package-manager-tool
- Language: Go
- Homepage:
- Size: 59.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stay
[](https://goreportcard.com/report/github.com/supanadit/stay)
Bulletproof package manager for Go.
## How it works
```shell script
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](https://github.com/supanadit/stay/releases) version
2. Copy `stay` to `/usr/bin` or `$GOPATH/bin`
## Thanks To
- [https://github.com/akamensky/argparse](https://github.com/akamensky/argparse)
- [https://gopkg.in/src-d/go-git.v4](https://gopkg.in/src-d/go-git.v4)