Open nikhedonia opened 5 years ago
Buckaroo's resolution process flattens the dependency graph, places installed packages in the buckaroo folder and wires up all .buckconfig files.
buckaroo
.buckconfig
The resolution process makes Buckaroo quite useful for non-buck(aroo) projects as it avoids many issues that git-submodules have.
git-submodules
Let's implement a no-link option that skips all buckconfig related operations.
no-link
Q: What would the best syntax be?
Buckaroo's resolution process flattens the dependency graph, places installed packages in the
buckaroo
folder and wires up all.buckconfig
files.The resolution process makes Buckaroo quite useful for non-buck(aroo) projects as it avoids many issues that
git-submodules
have.Let's implement a
no-link
option that skips all buckconfig related operations.Q: What would the best syntax be?