Un generador simple de currículum vítae (cv) escrito en POSIX sh.

Ricardo García Jiménez 61ebda05a8 feat: Cambios menores před 2 měsíci
.gitignore c4592f3a71 feat: Mueve a otro repositorio el compilado del cv před 3 měsíci
COPYING d2cf1aa22a feat: Agrega copia de licencia de software před 3 měsíci
README.md 61ebda05a8 feat: Cambios menores před 2 měsíci
resume 61ebda05a8 feat: Cambios menores před 2 měsíci
resume.cfg.def 3b931898e9 feat: Modifica título por defecto a 'Your name' před 3 měsíci

README.md

resume

Un generador simple de currículum vitae (cv) escrito en POSIX sh.

Dependencias

Instalación

cd resume
sudo cp resume /usr/local/bin

Uso

mkdir micv
cd micv
resume -b
cat <<EOF > src/resume.md
# Foo

Hola mundo!
EOF
resume -b

Flujo de trabajo

[micv]
  |-[docs]
  |-[src]
  |-resume.cfg
  • docs: contiene tu currículum en HTML y PDF después de ejecutar resume -b.
  • src: dentro de este directorio escribe en el archivo resume.md tu currículum en Markdown.
  • resume.cfg: contiene variables de configuración para tu currículum. Ver el archivo resume.cfg.def.

Referencias

Licencia

resume -- Un generador simple de currículum vitae escrito en POSIX sh.

Copyright (C) 2024  Ricardo García Jiménez <ricardogj08@riseup.net>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.