/JuliaTutorial.jl

Primary LanguageJuliaMIT LicenseMIT

JuliaTutorial

Build Status

How to set up a package?

  • Follow PkgTemplates.jl to create a package template.
    • For example, if you created a package MyPkg, then it will automatically sync with your Github repo MyPkg.jl.

How to register your own packages?

See Registrator.jl.