Hi, What's the workflow to make a Julia package out of a pre-existing git repo? `Pkg.generate()` makes a new, separate git repo.
So far I have done some kind of kludgy thing where I used `Pkg.generate()`, copied over the files from the newly-generated package to my pre-existing repo, changed the directory structure accordingly, etc. Thanks, David.
