See the docs for package development http://docs.julialang.org/en/latest/manual/packages/#package-development
You seem to be stuck at Pkg.register <http://docs.julialang.org/en/latest/stdlib/pkg/?highlight=pkg.register#Base.Pkg.register> ("yourpackage") On Friday, September 5, 2014 8:41:54 AM UTC+2, Samuel S. Watson wrote: > > I have a package I put on GitHub that I'd like to request be added to > METADATA.jl. My understanding is that I'm supposed to fork > JuliaLang/METADATA.jl, add my package, and then submit a pull request. My > problem is with the add-my-package step. When I try to push from my package > directory, it creates a completely separate branch called master. I could > re-create all the files using the browser interface, but it would seem more > principled to move the existing git repository into sswatson/METADATA.jl. > How is this supposed to work? >
