📄️ Julia Pkg Commands
The Julia package manager is called Pkg. It is used to install, update, and remove packages, as well as to manage the versions of packages in your project. The Pkg module is part of the standard library and is always available.
📄️ Create a new package with pre-defined templates
- Have you ever typed the same project configuration again and again interactively with PkgTemplates?
📄️ Releasing a new version with Ion
This has been one of the most frequently used features personally in my previous Julia version, and in this new rust version, I have rewritten the whole thing in a much cleaner and modular fashion.
📄️ Cloning the repository of a package
- Have you gotten annoyed that cloning a Julia package using git ends up in a folder with xxxx.jl by default?
📄️ Authentication
📄️ Running Julia with Ion
Run Julia with local environment --project by default