[julia-users] Re: How to publish a package

2016-08-31 Thread Cedric St-Jean
It's in the documentation: 
http://docs.julialang.org/en/release-0.4/manual/packages/#creating-a-new-package

On Wednesday, August 31, 2016 at 1:11:41 AM UTC-4, M Hashmi wrote:
>
> Hi,
> I need to know that how to publish a package for Julia.
> Regards,
> Mudassar
>


[julia-users] Re: How to publish a package

2016-08-30 Thread Chris Rackauckas
Some of this might be a little old now, but it'll guide you step-by-step on 
how to take your functions into a registered module with unit 
tests: 
http://www.stochasticlifestyle.com/finalizing-julia-package-documentation-testing-coverage-publishing/
 
. Hope it helps!

On Tuesday, August 30, 2016 at 10:11:41 PM UTC-7, M Hashmi wrote:
>
> Hi,
> I need to know that how to publish a package for Julia.
> Regards,
> Mudassar
>