quake-build / quake-old

A meta-build system powered by nushell
https://quake.build
MIT License
9 stars 0 forks source link

Use case: setup/install dependencies for offline access #7

Closed cassaundra closed 10 months ago

cassaundra commented 1 year ago

If the build system (or its plugins) is capable of installing dependencies (e.g. via cargo install, pipx), there should be a way for the user to request that all dependencies be installed as a standalone action. Users should be able to include/exclude specific actions when determining the dependencies that need to be installed (e.g. only installing the dependencies needed for the benchmark action).