Crates.io | ferrisume-cli |
lib.rs | ferrisume-cli |
version | 0.2.1 |
source | src |
created_at | 2024-07-28 17:37:16.663011 |
updated_at | 2024-09-17 11:20:34.318395 |
description | A JSON resume CLI tool |
homepage | |
repository | https://github.com/yourusername/ferrisume |
max_upload_size | |
id | 1318112 |
size | 419,820 |
A JSON Resume implementation in Rust.
The goal of a JSON resume is to be able have a data-oriented resume, this makes it easy to edit both the data and theme individually. No more fighting Word!
There's an official resume-cli that doesn't get maintained anymore. The alternative is resumed, but I got a bit annoyed at how it was implemented (for example, the init subcommand didn't check if there's a json file already, so I lost my progress).
Another reason was to try out clap and see if I could make a "production ready" CLI tool with it.
You can download the CLI from cargo:
cargo install ferrisume-cli
USAGE:
ferrisume [SUBCOMMAND]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
export Export locally to .html or .pdf
help Prints this message or the help of the given subcommand(s)
init Initialize a resume.json file
watch Edit your resume in a live view