Open
Description
Similar to Cargo workspaces, we want to allow people to have a Mun workspace.
Effectively, this means that if they use the mun
CLI within the workspace:
- it performs the specified command for all Mun packages included in the workspace; and
- compiler output is written to a shared output directory.
Good first issue process:
- read our contributing guidelines
- claim this issue (assign yourself or comment below)
- implement the feature and start a Pull Request with in the description: closes Mun workspaces #531.
If this is your first PR, welcome 🎉 😄