hackmyresume
Advanced tools
Changelog
v1.1.0
Make the TO
keyword optional. If no TO
keyword is specified (for the build
and convert
commands), HMR will assume the last file passed in is the desired output file. So these are equivalent:
hackmyresume BUILD resume.json TO out/resume.all
hackmyresume BUILD resume.json out/resume.all
TO
only needs to be included if you have multipled output files:
hackmyresume BUILD resume.json TO out1.doc out2.html out3.tex