I find that it’s actually hard to find info on how to do professional Julia development from end to end.
By that I mean
- How to set up a Julia repo on Github/Gitlab (use PkgTemplates.jl)
- What to include in the repo to trigger testing and code coverage tests (not sure ???)
- Set up testing properly (Just use the examples in test folder)
- Set up doc strings (Follow the documentation)
- Compile the Doc strings into documentation HTML (not sure)
- Host that HTML on Github/Netlify etc (not sure, Documenter.jl seems quite complex).
- Reigstering and Release the package (via JuliaReigstrator)
I come from R where I use RStudio and it’s quite a breeze, but I find it quite hard.
Am I missing some points?
I mean all of those things are there but I find it to be disparate. So a single post walking through all of those from end to end would be nice. Or a book really.
7 posts - 5 participants