goforblob

0.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i goforblob

Weekly Downloads

6

Version

0.0.2

License

MIT

Unpacked Size

377 kB

Total Files

3

Last publish

Collaborators

  • harnyk