The xpb cli application also has a plugin project template generator for those who wish to develop xpb plugins themselves.
Dependencies
Download a Release
- Download the latest xpb release from the GitHub releases page .
Use go install
- Install Go .
- Follow this guide to add Go install directory to your system’s shell path.
- Run the following command:
go install github.com/pocketbuilds/xpb/cmd/xpb@latestOptionally, to embed an explicit version string in xpb version, pin the install to a tag and set the version ldflag:
go install -ldflags '-X github.com/pocketbuilds/xpb.version=<version>' github.com/pocketbuilds/xpb/cmd/xpb@<version>Verify
xpb versionNext
- Build a binary: Using the Builder