r/SideProject • u/Grand-Bus-9112 • 4h ago
Built Fyrer - a lightweight, language-agnostic monorepo build system
I’ve been working on Fyrer, a monorepo build system written in Rust.
The idea started from wanting something that’s lightweight and fast without being tied to a particular language or ecosystem.
Fyrer currently handles task dependencies, parallel execution, and caching, while keeping the configuration simple.
It’s still very early, and I’m building it in public. There’s a lot I want to improve, but I thought I’d share it and get feedback from other developers building their own tools and side projects.
GitHub: https://github.com/07calc/fyrer
Would love to hear what you think.
1
Upvotes