Resuman is a command-line program that manages resumes written in Rust.
Note that resuman is supposed to be a simple program that manages resumes. It is not meant to be a full-fledged resume management system.
Advanced interface for resuman is still under development.
Run cargo install --path . to install the resuman command-line program.
Run cargo run -- --help to see the help content for the resuman command-line program.
Alternatively, check out the CommandLineHelp.md file.
Run cargo run -- --markdown-help > CommandLineHelp.md to generate the help content for the resuman command-line program.
No tests have been written yet. But when they are, run cargo test to run the tests.
Open a pull request to contribute to the project.