Usage: hackmyresume [TO ] [-t ] [-f ] should be BUILD, ANALYZE, NEW, CONVERT, or VALIDATE. should be the path to one or more FRESH or JSON Resume format resumes. should be the name of the destination resume to be created, if any. The parameter should be the name of a predefined theme (for example: COMPACT, MINIMIST, MODERN, or HELLO-WORLD) or the relative path to a custom theme. should be either FRESH (for a FRESH-format resume) or JRS (for a JSON Resume-format resume). hackmyresume BUILD resume.json TO out/resume.all hackmyresume ANALYZE resume.json hackmyresume NEW resume.json hackmyresume CONVERT resume.json TO resume-jrs.json hackmyresume VALIDATE resume.json Both SOURCES and TARGETS can accept multiple files: hackmyresume BUILD r1.json r2.json TO out/resume.all out2/resume.html hackmyresume ANALYZE r1.json r2.json r3.json hackmyresume NEW r1.json r2.json r3.json hackmyresume CONVERT r1.json r2.json TO o1.json o2.json hackmyresume VALIDATE r1.json r2.json r3.json Available options: --theme Specify a theme for the BUILD command. Can be the path -t to any FRESH or JSON Resume theme, or the name of one of HackMyResume's predefined themes. --pdf Specify a PDF rendering engine. Can be "wkhtmltopdf", -p "phantom", or "none". Requires that the corresponding engine be installed and path-accessible. --opts Load HackMyResume options via an external file. -o --color Enable/disable terminal colors. --no-color --tips Enable/disable theme tips and messages. --no-tips --debug Emit debug info. -d --help Display help documentation. -h --version Display the current HackMyResume version. -v See https://github.com/hacksalot/hackmyresume/blob/master/README.md for more information.