Develop a Package in Julia Like a Boss
To develop a package in Julia like a Boss, I explain how to create a package in Julia with the help of the PkgTemplates package in Julia. I also explain how to test your Julia package, and how to setup continuous integration and code coverage for your package Github repository. --- Check out our Julia Programming for Beginners playlist: https://www.youtube.com/playlist?list=PLLlTVphLQsuM7pZgoQym3VxIbqnz-Uxna --- Link to the documentation of the packages used: https://timholy.github.io/Revise.jl/stable/config/ https://juliaci.github.io/PkgTemplates.jl/stable/user/ --- Link to CodeCov website: https://about.codecov.io/sign-up/ --- Codes for copy pasting: t = Template(;dir = ".", julia = v"1.10", user = "YOURUSERNAME", plugins = [ Git(; manifest=true, branch = "main"), Codecov(), GitHubActions(), !CompatHelper, !TagBot ]) --- 🌐 Connect with us: 🌐 Website: https://numeryst.com
Download
0 formatsNo download links available.