Un generador simple de currículum vítae (cv) escrito en POSIX sh.
|
2 kuukautta sitten | |
---|---|---|
.gitignore | 3 kuukautta sitten | |
COPYING | 3 kuukautta sitten | |
README.md | 2 kuukautta sitten | |
resume | 2 kuukautta sitten | |
resume.cfg.def | 3 kuukautta sitten |
Un generador simple de currículum vitae (cv) escrito en POSIX sh
.
cd resume
sudo cp resume /usr/local/bin
mkdir micv
cd micv
resume -b
cat <<EOF > src/resume.md
# Foo
Hola mundo!
EOF
resume -b
[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
.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/>.