Skip to content

kruserr/i6

Repository files navigation




i6

A collection of tools

Documentation

Visit the Documentation.

Getting Started

Cargo

Install and run with cargo

cargo install --locked i6
i6

Docker

Run with docker

docker run -it --rm --name i6 kruserr/i6:0.1

Git and cargo

Clone the repo, build from source and run

git clone https://github.com/kruserr/i6.git
cd i6
cargo install --locked --path .
i6