Skip to content

Rust application that shows my resume in a terminal UI fashion

License

Notifications You must be signed in to change notification settings

maitesin/rust-cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published