Copying over any new files that Pkg.generate() created for you and making sure you follow the same directory structure is probably the best way of doing this. A little kludgy but I can't think of anything better.
On Saturday, February 14, 2015 at 10:57:03 AM UTC-8, David P. Sanders wrote: > > 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. >
