2018-02-10 18:03:52 +00:00
|
|
|
**new** | Create a new FRESH or JRS resume document
|
|
|
|
|
|
|
|
Usage:
|
|
|
|
|
2018-02-11 13:13:13 +00:00
|
|
|
**hackmyresume NEW <fileName> [--format]**
|
|
|
|
|
|
|
|
The NEW command generates a new resume document in FRESH
|
|
|
|
or JSON Resume format. This document can serve as an
|
|
|
|
official source of truth for your resume and career data
|
|
|
|
as well an input to tools like HackMyResume.
|
2018-02-10 18:03:52 +00:00
|
|
|
|
|
|
|
Parameters:
|
|
|
|
|
2018-02-11 13:13:13 +00:00
|
|
|
**<fileName>**
|
2018-02-10 18:03:52 +00:00
|
|
|
|
2018-02-11 13:13:13 +00:00
|
|
|
The filename (relative or absolute path) of the resume
|
|
|
|
to be created. Multiple resume paths can be specified,
|
|
|
|
and each will be created in turn.
|
2018-02-10 18:03:52 +00:00
|
|
|
|
2018-02-11 13:13:13 +00:00
|
|
|
hackmyresume NEW resume.json
|
|
|
|
hackmyresume NEW r1.json foo/r2.json ../r3.json
|
2018-02-10 18:03:52 +00:00
|
|
|
|
|
|
|
Options:
|
|
|
|
|
|
|
|
**--format -f <fmt>**
|
|
|
|
|
|
|
|
The desired format for the new resume(s). Valid values
|
|
|
|
are 'FRESH', 'JRS', or, to target the latest edge
|
|
|
|
version of the JSON Resume Schema, 'JRS@1'.
|