From zero to package submission, best up to date guide? v 1.0 or later?

what’s the best guide to take someone who has an idea for a package from idea through submission to official repo?

2 Likes

I would just

  1. use one of the template generators (eg my own PkgSkeleton.jl or the well-established PkgTemplates.jl), then

  2. code and test the package, and

  3. register using Registrator.jl.

This assumes you are familiar with git/Github.

5 Likes

Awesome, I’ll look at those packages. I’m familiar with git and github, but very new to Julia… it’s something I’ve evaluated a couple times a year, and been waiting on jumping into, but ready to start now that things seem more stable.

2 Likes