2 releases
0.1.1 | Mar 26, 2019 |
---|---|
0.1.0 | Mar 25, 2019 |
#16 in #favorite
25KB
669 lines
Resufancy
Supercharge your resume with the power of your favourite web development tools
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
- Install cargo, e.g., by installing Rust:
- See the Rust installation guide for the latest instructions
- 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
- Initialize your resume from one of the templates:
resufancy init --template <template>
- Set a watcher for fast recompilation as you edit:
resufancy build --watch
- Edit
resume.pug
andstyle.css
to your heart's content - Use
resume.pdf
in your applications - Get your dream job! 🎉
Dependencies
~5–13MB
~173K SLoC