0.0.2 • Published 2 years ago

goforblob v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Goforblob

Pre-built binary downloader

Installation

yarn -D add goforblob

Usage

Setup Goreleaser to build and release your binaries.

Create a "goforblob" property in your package.json:

"goforblob": {
    "name": "my-cool-program",
    "url": "https://github.com/username/my-cool-program/releases/download/v{version}/{name}_{version}_{platform}_{arch}.tar.gz",
}
"scripts": {
    "install": "goforblob install",
    "uninstall": "goforblob uninstall"
}

Example

https://github.com/harnyk/go-npm-example