ishmael

Crates.ioishmael
lib.rsishmael
version0.1.2
sourcesrc
created_at2017-10-04 15:51:03.34307
updated_at2017-11-29 23:16:44.750532
descriptionRust console app to hunt open source whales, er, projects and dockerize them.
homepagehttps://github.com/Gueils/ishmael
repositoryhttps://github.com/Gueils/ishmael
max_upload_size
id34398
size113,231
luis ignacio cejudo fontes (empanacho)

documentation

README

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

PENDING

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.

Commit count: 28

cargo fmt