Skip to content

A cross platform build tool / task runner that scales.

License

Notifications You must be signed in to change notification settings

brad-jones/gomake

Repository files navigation

gomake

Build Status codecov

A cross platform build tool / task runner that scales.

Instalation

Direct download

Go to https://github.com/brad-jones/gomake/releases and download the archive for your Operating System, extract the gomake binary and and add it to your $PATH.

Curl Bash

curl -L https://github.com/brad-jones/gomake/releases/download/v2.1.2/gomake_linux_amd64.tar.gz -o- | sudo tar -xz -C /usr/bin gomake

RPM package

sudo rpm -i https://github.com/brad-jones/gomake/releases/download/v2.1.2/gomake_linux_amd64.rpm

DEB package

curl -sLO https://github.com/brad-jones/gomake/releases/download/v2.1.2/gomake_linux_amd64.deb && sudo dpkg -i gomake_linux_amd64.deb && rm gomake_linux_amd64.deb

Homebrew

https://brew.sh

brew install brad-jones/tap/gomake

Scoop

https://scoop.sh

scoop bucket add brad-jones https://github.com/brad-jones/scoop-bucket.git;
scoop install gomake;

About

A cross platform build tool / task runner that scales.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages