LoopPerfect / buckaroo

The decentralized package manager for C++ and friends 🏝️
https://buckaroo.pm
MIT License
935 stars 33 forks source link

Global and local config #6

Closed njlr closed 7 years ago

njlr commented 7 years ago

We put a config.json file in the user's home directory, but we should also provide an option to have a project local config.json.

njlr commented 7 years ago

This is related: https://github.com/LoopPerfect/buckaroo/issues/52

njlr commented 7 years ago

It would be better if the entire config is local, but we store defaults globally.

This will make it much easier to run Buckaroo on a build-server, for example.

njlr commented 7 years ago

Fixed in 1.2.0 by the lock-file.