Currently, vend get just scans your asd automatically to find the systems to vendor.
I am proposing an extension to this: vend get foo should allow you to vendor foo and all its dependencies, even if foo isn't currently used in your asd.
An additional bonus feature could be doing something like vend get https://github.com/edicl/hunchentoot which would allow your to vendor systems directly from urls
Currently,
vend getjust scans your asd automatically to find the systems to vendor.I am proposing an extension to this:
vend get fooshould allow you to vendorfooand all its dependencies, even if foo isn't currently used in your asd.An additional bonus feature could be doing something like
vend get https://github.com/edicl/hunchentootwhich would allow your to vendor systems directly from urls