adamkewley / jobson

A platform for transforming command-line applications into a job service.
Apache License 2.0
256 stars 20 forks source link

Allow soft-linking dependencies #15

Closed adamkewley closed 6 years ago

adamkewley commented 6 years ago

Copying larger dependencies over can be expensive. As an optimization, it would be useful to allow downstream devs to indicate they'd prefer a dependency to be soft-linked (i.e. ln -s)

adamkewley commented 6 years ago

This is scheduled for addition in 0.0.14