Creating a package
Creating a Buckaroo package is really easy!
You will need to create a few files:
BUCK
containing a build rule (example)buckaroo.toml
containingtargets = [ "<some-build-rule>" ]
(example)
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.