8000 GitHub - Roger-luo/IonCLI.jl at v0.8.1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Roger-luo/IonCLI.jl

Repository files navigation

IonCLI

Build Status

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().

Installation

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

Usage

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().

License

MIT License

About

The Ion CLI for Julia.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0