๐ CV
is an ๐ช awesome-bash-cli
(abcli
) plugin for my CV, in two versions: compact and full.
pip install abadpour
graph LR
build["CV<br>build<br>~publish"]
clean["CV<br>clean"]
CV["pdf"]:::folder
build --> CV
clean --> CV
classDef folder fill:#999,stroke:#333,stroke-width:2px;