Based off of https://github.com/unit-finance/unit-node-sdk.
Install Homebrew to manage macOS dependencies.
/bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Important: Make sure you follow the "Next steps" instructions after you run the above install command, otherwise brew
will not be available on your PATH
.
brew bundle install
Build library:
just build //unit_sdk
Test everything:
just test //... --test_output=all
Update pinned dependencies:
just pin