1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-07-07 18:20:05 +01:00
HackMyResume/src/use.txt

26 lines
1.1 KiB
Plaintext
Raw Normal View History

Usage:
2015-12-19 17:37:42 +00:00
hackmyresume <COMMAND> <SOURCES> [TO <TARGETS>] [-t <THEME>] [-f <FORMAT>]
2015-12-02 19:56:36 +00:00
<COMMAND> should be BUILD, NEW, CONVERT, VALIDATE, or HELP. <SOURCES> should
be the path to one or more FRESH or JSON Resume format resumes. <TARGETS>
should be the name of the destination resume to be created, if any. The
<THEME> parameter should be the name of a predefined theme (for example:
2015-12-02 19:56:36 +00:00
COMPACT, MINIMIST, MODERN, or HELLO-WORLD) or the relative path to a custom
2015-12-02 20:10:38 +00:00
theme. <FORMAT> should be either FRESH (for a FRESH-format resume) or JRS
(for a JSON Resume-format resume).
2015-12-19 17:37:42 +00:00
hackmyresume BUILD resume.json TO out/resume.all
hackmyresume NEW resume.json
hackmyresume CONVERT resume.json TO resume-jrs.json
hackmyresume VALIDATE resume.json
Both SOURCES and TARGETS can accept multiple files:
2015-12-19 17:37:42 +00:00
hackmyresume BUILD r1.json r2.json TO out/resume.all out2/resume.html
hackmyresume NEW r1.json r2.json r3.json
hackmyresume VALIDATE resume.json resume2.json resume3.json
2015-12-19 17:37:42 +00:00
See https://github.com/hacksalot/hackmyresume/blob/master/README.md for more
2015-12-02 19:56:36 +00:00
information.