Skip to content

Gueils/ishmael

Repository files navigation

Overview

Ishmael is command line application made with Rust. It allows the Whales ecosystem to look repos in github and tries to dockerize them.

Usage

Basically, you need to first install the binary:

$ cargo install

That will install the binary ishmael. Then you can just run:

$ ishmael

And see the magic happen.

WANTED

  • Take argument to change keyword for search.

Development

As you can see, there are Docker files to easy development.

To start play around

$ docker-compose run --rm console cargo run

You will see Ishmael in action.

To run some tests

$ docker-compose run --rm console cargo test

Basically, the usual thing you do with cargo happens here too, we just use Docker to start development as quickly as possible without worrying about the dependencies and/or installation compatibility.

Releases

No releases published

Packages

No packages published

Languages