Installation

Plybuild is created with Go and supports multiple platforms including:

  • GNU/Linux
  • Windows
  • MacOs

Download plybuild

Install plybuild with one of the two alternatives

Alternative 1: Binaries

Alternative 2: Brew

Add a new tap

brew tap devdimensionlab/plybuild

Install

brew install plybuild

Alternative 3: Sources

plybuild sources are available at https://github.com/DevDimensionLab/plybuild

Clone sources

git clone https://github.com/DevDimensionLab/plybuild.git

Compile and install

make install