Fork me on GitHub
#tools-deps
<
2022-07-05
>
Ben Sless15:07:00

Is it possible to write a tool that dynamically brings in the dependencies it needs based on some user inputs? Is add-deps the only option? I guess I can always rebuild the deps and get to the tool entry point myself

borkdude15:07:15

@ben.sless Probably not what you want, but slightly related: https://github.com/borkdude/deps-infer (resulted from a brainstorm in this channel with @hiredman)

Ben Sless15:07:35

I want to load correct dependencies depending on the input format, source, etc, but I dont want to drag in potentially heavy deps for every use case

Ben Sless16:07:57

I can risk it and use the add lib branch