On 2018-04-09 17:53, aaron wrote:

I'd like to use a DUB package written by someone else with some existing d source code of my own. My existing source has been using Git, and has not been using DUB.

I don't mind using DUB from here on out, but I'd like to continue using the same Git repo after incorporating the DUB package.

I've tried various settings in dub.json, but none seem to work with this situation. I'd hate to do a dub init, then manually copy everything over and link back to my Git repo.

What is my best option?

You can do "dub init" on an existing directory. You would of course need
to update the Dub file to make sure it's reflecting your source code
structure.

/Jacob Carlborg