resufancy

Crates.ioresufancy
lib.rsresufancy
version0.1.1
sourcesrc
created_at2019-03-25 00:10:47.765337
updated_at2019-03-26 04:58:46.445333
descriptionSupercharge your resume with the power of your favourite web development tools
homepagehttps://github.com/iredelmeier/resufancy
repositoryhttps://github.com/iredelmeier/resufancy
max_upload_size
id123631
size29,856
Isobel Redelmeier (iredelmeier)

documentation

README

Resufancy

Supercharge your resume with the power of your favourite web development tools

CircleCI Docs Crates.io

  1. Installing
  2. Usage

Tired of Word destroying your resume format when you add a word? Want to use something more powerful than Google Docs? Love (or at least sometimes love) CSS? Resufancy helps you format your resume with the web development tools you use day-to-day!

Installing

Prerequisities

wkhtmltopdf

MacOS
brew cask install wkhtmltopdf
Linux

Resufancy requires the wkhtmltox libraries, which currently seem to be omitted by some package managers. Some older downloads still contain these.

Check [scripts/install-wkhtmltox.sh] for reference.

Using cargo

  1. Install cargo, e.g., by installing Rust:
  2. Run cargo install resufancy

Note: To run resufancy directly, please make sure to add the cargo installation path (e.g., ${HOME}/.cargo/bin) to your $PATH. Otherwise, you can run cargo resufancy to use the CLI.

Using a pre-built binary

Grab the latest version from the Releases.

Usage

  1. Initialize your resume from one of the templates:
    resufancy init --template <template>
    
  2. Set a watcher for fast recompilation as you edit:
    resufancy build --watch
    
  3. Edit resume.pug and style.css to your heart's content
  4. Use resume.pdf in your applications
  5. Get your dream job! 🎉
Commit count: 44

cargo fmt