Bald provides a flake.nix
with defaultPackage for linux and darwin systems.
make
g++
git
curl -L -s https://github.com/NotBalds/bald/raw/main/install.sh | sh
- It will copy
bald
binary to your ~/.local/bin, so, please, make sure that it is in your PATH
bald init
- init project in current directory (create baldfile, not source)bald
- build and run bald project in current directorybald build
- build bald project in current directorybald run
- run bald project in current directory
It's easy to understand, just look at baldfile.toml in bald project