-
Notifications
You must be signed in to change notification settings - Fork 33
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
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.