Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roger-luo/ion
Ion - a CLI toolbox for Julia developers
https://github.com/roger-luo/ion
cli julia package-manager
Last synced: 3 months ago
JSON representation
Ion - a CLI toolbox for Julia developers
- Host: GitHub
- URL: https://github.com/roger-luo/ion
- Owner: Roger-luo
- License: mit
- Created: 2023-01-26T07:06:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T11:49:30.000Z (over 1 year ago)
- Last Synced: 2024-10-12T10:24:01.029Z (4 months ago)
- Topics: cli, julia, package-manager
- Language: Rust
- Homepage: https://rogerluo.dev/Ion/
- Size: 2.75 MB
- Stars: 65
- Watchers: 3
- Forks: 3
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ion - a CLI toolbox for Julia developers
[![Build](https://github.com/Roger-luo/Ion/actions/workflows/main.yml/badge.svg)](https://github.com/Roger-luo/Ion/actions/workflows/main.yml)
[![codecov](https://codecov.io/gh/Roger-luo/ion/branch/main/graph/badge.svg?token=3PIJaVaOkT)](https://codecov.io/gh/Roger-luo/ion)
[![GitHub commits since tagged version](https://img.shields.io/github/commits-since/Roger-luo/Ion/v0.1.15.svg)](https://Roger-luo.github.io/Ion)Ion is a CLI toolbox for Julia developer. It provides a set of tools to help you develop Julia packages.
## Installation
### pre-build binary
Download tarball in the release page and extract it to your `$HOME/.local` directory, remember to add this to your `PATH`
environment variable if you haven't done so.### build from source
Using [`just`](https://github.com/casey/just) and [Rust's cargo/rustc compiler](https://rustup.rs/):
```bash
just install
```## Documentation
- [Ion website](https://rogerluo.dev/Ion/)
- check `ion --help` for more information in the terminal## License
MIT License