fresh-resume-starter
A starter résumé in FRESH format. This is the résumé emitted by the
HackMyResume new
command.
-
starter-resume.fresh.json. The official FRESH-format starter résumé.
-
starter-resume.jrs.json. The same résumé in JSON Resume 0.0.0
format. Note: JSON Resume doesn't support all FRESH resume sections. This
resume contains a subset of the information from the official FRESH version.
Use
In HackMyResume:
hackmyresume new r0.json
hackmyresume new r1.json -f FRESH
hackmyresume new r2.json -f JRS
In code:
var freshStarterResume = require('fresh-resume-starter').fresh;
var jrsStarterResume = require('fresh-resume-starter').jrs;
console.log( freshStarterResume.name );
License
MIT. See LICENSE.md for details.