scarb

Cairo package manager for managing dependencies and building Cairo projects

brewmacoslinux
Try with needOr install directly
Source

About

Cairo package manager

Commands

scarb

Examples

create a new cairo project from scratch$ scarb new my_project
install dependencies for a cairo project$ scarb build
check if cairo code compiles without errors$ scarb check
run tests in a cairo project$ scarb test
format cairo source code automatically$ scarb fmt