IonBase.jl

Base package for the IonCLI, one can extend the CLI for internal use using this package.
Author Roger-luo
Popularity
1 Star
Updated Last
1 Year Ago
Started In
August 2020

IonBase

CI codecov

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.

Installation

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

License

MIT License