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
-
use one of the template generators (eg my own PkgSkeleton.jl or the well-established PkgTemplates.jl), then
-
code and test the package, and
-
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