This repository was archived by the owner on Mar 4, 2022. It is now read-only.

Description
I'm wondering how I can use Builder in a monorepo. (also, debating if I should, or just stick with separate repos and just share the archetype).
Maybe I can have each package of my project as git submodules in the main repo, and use another tool like bolt to run the builder command in each submodule? I'm not sure if that'll be a maintenance hassle though (managing submodules). I'm also not sure how that will affect achetypes that process.cwd() to get the root. If if the monorepo task runner uses exec, then maybe it'll work.
Does Builder have sub-project features? (if not, that'd be an awesome feature, as alternative to Lerna, Bolt, etc)