The Base package for IonCLI. This includes all the builtin functionalities in IonCLI. It can be extended by developers by overloading some of the interfaces.
IonBase is a Julia Language package. To install IonBase, 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 IonBase
For current master
pkg> add IonBase#master
MIT License