#docker #repos #console #github #dockerization #dockerize #whales

yanked ishmael

Rust console app to hunt open source whales, er, projects and dockerize them

Uses old Rust 2015

0.1.2 Nov 29, 2017
0.1.1 Oct 4, 2017
0.1.0 Oct 4, 2017

#21 in #repos

24 downloads per month

MIT license

105KB
339 lines

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.

Dependencies

~17MB
~368K SLoC