Make dub part of the standard dmd distribution

Nick Sabalausky via Digitalmars-d digitalmars-d at puremagic.com
Mon Jun 1 11:51:09 PDT 2015


On 06/01/2015 09:22 AM, Rikki Cattermole wrote:
>
> Something I've thought about but haven't suggested up to now is making
> dub-repo to support personal projects.
> Basically one repo per person preconfigured if e.g. Github/Bitbucket is
> specified.
>
> github.com/rikkimax/dubcode
>
> Just as an idea for what I'm meaning url wise.
>
> So then when specifying a dependency in dub, its just a matter of saying
> <person>:<subproject>
>

Already works.

$ git clone https://github.com/rikkimax/dubcode.git path-to-dubcode
$ dub add-local path-to-dubcode

Done.



More information about the Digitalmars-d mailing list