| Crates.io | bldr |
| lib.rs | bldr |
| version | 2.0.3 |
| created_at | 2025-12-01 01:36:07.266486+00 |
| updated_at | 2025-12-01 05:54:18.021557+00 |
| description | High-performance build system for mixed-language monorepos |
| homepage | https://github.com/GriffinCanCode/bldr |
| repository | https://github.com/GriffinCanCode/bldr |
| max_upload_size | |
| id | 1959148 |
| size | 12,291 |
High-performance build system for mixed-language monorepos.
cargo install bldr
Or via Homebrew:
brew tap GriffinCanCode/bldr
brew install bldr
# Auto-detect and build
bldr build
# Initialize a project
bldr init
# Watch mode
bldr build --watch
# Show help
bldr help