njlr / buckaroo-github-example

An example of a Buckaroo package hosted directly on GitHub

Home Page:https://buckaroo.pm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

buckaroo-github-example

This is an example of a Buckaroo package hosted directly on GitHub. More information can be found in the docs.

This package is a library containing a single function:

int sum(int x, int y) {
  return x + y;
}

Here are the important files:

  • .buckconfig - Marks this project as a Buck project
  • BUCK - The build script for the library
  • buckaroo.json - Metadata used by Buckaroo

To install this package in another project using Buckaroo:

buckaroo install github+njlr/buckaroo-github-example

Buckaroo will read the release tags of the repository.

To create a new release, just use the GitHub web UI.

About

An example of a Buckaroo package hosted directly on GitHub

https://buckaroo.pm

License:MIT License


Languages

Language:Python 72.8%Language:C++ 27.2%