You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are building tooling for a different use-case, but reusing a lot of Foundry's mental models for a superb DevEx. We are currently forking Forge for the following two reasons and I would really prefer if we didn't:
We want to be able to package forge as part of our tooling, but to do that we need a lot of the functionality that lives inside the bin of commands such as forge test/build. Moving them to their own crate would enable us to use them without needing to fork.