Dub dependencies / How to use own Github fork?

Steven Schveighoffer schveiguy at gmail.com
Thu May 30 18:29:44 UTC 2019


On 5/30/19 12:45 PM, Robert M. Münch wrote:
> Is there a best practice how I can use a fork if mine of a project that 
> can be access via "dependencies": {...} so that my own code is used?
> 
> I think that would make it pretty easy to switch between different 
> versions.
> 

You can dub add-local your local fork, and it will use that instead of 
going out to code.dlang.org.

-Steve


More information about the Digitalmars-d-learn mailing list