Roger-luo / IonBase.jl

Base package for the IonCLI, one can extend the CLI for internal use using this package.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Base package for the IonCLI, one can extend the CLI for internal use using this package.

License:MIT License


Languages

Language:Julia 99.5%Language:Starlark 0.5%