Is there any documentation for the publishing of new Julia packages? I couldn’t find anything. Thanks!
“Publishing” in the narrow sense is just making your package public — upload to Github, write docs, and you are done.
If you want to register a package, attobot is the solution at the moment.
1 Like
@Tamas_Papp thank you!
Does anybody know what’s the official view on the matter? Is this a workaround until PkgDev is updated? Or is this the right way and will stay like this for the foreseeable future?
Nice, thanks!