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
- Download the latest binaries from https://github.com/DevDimensionLab/plybuild/releases
Alternative 2: Brew
Add a new tap
brew tap devdimensionlab/plybuildInstall
brew install plybuildAlternative 3: Sources
plybuild sources are available at https://github.com/DevDimensionLab/plybuild
Clone sources
git clone https://github.com/DevDimensionLab/plybuild.gitCompile and install
make install