yonaskolb / Mint

A package manager that installs and runs executable Swift packages
MIT License
2.26k stars 122 forks source link

[question] Is it possible to combine multiple Mintfiles ? #178

Open alexanderwe opened 4 years ago

alexanderwe commented 4 years ago

I was wondering if it is actually possible to compose multiple Mintfile or install dependencies from multiple Mintfiles ?

So imagine the following case. You have a Mintfile in your root directory of your repository. And then you include a submodule which itself comes with a Mintfile. Is it possible to install dependencies from both files simultaneously by running mint bootstrap ?

I tried

mint bootstrap -m ./Mintfile -m ./Submodules/MyModule/Mintfile

but it seems only the last -m was picked up