A CLI package manager for Julia.
Disclaimer: It’s still at an early stage, even I have tested it myself in daily usage for a few weeks, I still expect it to have some glitches, and please file an issue to help improve it if you hit any.
For MacOS users, due to system image compilation issue, you will need to compile this package manually via using IonCLI; IonCLI.comonicon_build()
.
IonCLI is a
Julia Language
package. To install IonCLI,
please open
Julia's interactive session (known as REPL) and press ] key in the REPL to use the package mode, then type the following command
For stable release
pkg> add IonCLI
For current master
pkg> add IonCLI#master
add ~/.julia/bin
to your PATH
, and type ion -h
to check help message.
Or you can install paths automatically
using IonCLI; IonCLI.comonicon_install_path()
to install the PATH
and auto-completion FPATH
automatically. If you don't have oh-my-zsh installed,
to enable auto-commpletion you need to add ~/.julia/completions
to your FPATH
and then add
autoload -Uz compinit && compinit
to your .zshrc
.
If you fail to download the artifact, you can build the CLI locally via IonCLI.comonicon_build()
.
MIT License