maitesin / rust-cv

Rust application that shows my resume in a terminal UI fashion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oscar Forner's Curriculum

Build Status

Rust application that shows my resume in a terminal UI fashion

gif

You can run it locally with docker run -it maitesin/resume

How to build the application to be statically linked

rustup target add i686-unknown-linux-musl
cargo build --target i686-unknown-linux-musl --release

Build the Docker image

docker build -t resume .
docker tag resume maitesin/resume
docker login
docker push maitesin/resume

Automatically build

Since the change for multi-stage Dockerfile I set up an automatic build in DockerHub: https://hub.docker.com/r/maitesin/resume

About

Rust application that shows my resume in a terminal UI fashion

License:BSD 2-Clause "Simplified" License


Languages

Language:Rust 99.0%Language:Dockerfile 1.0%