Skip to content

Creating a Package

njlr edited this page May 15, 2019 · 2 revisions

Creating a Buckaroo package is really easy!

You will need to create a few files:

  • BUCK containing a build rule (example)
  • buckaroo.toml containing targets = [ "<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.

Clone this wiki locally