We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Creating a Buckaroo package is really easy!
You will need to create a few files:
BUCK
buckaroo.toml
targets = [ "<some-build-rule>" ]
Push these to GitHub.
Now, you can install your package as follows:
$ buckaroo add github.com/<org>/<project>@branch=master
You can also look at our demo package or the many official packages.