My resume in JSON Resume format — an open-source standard for resumes.
npm install -g resume-cliresume validate resume.jsonresume serve --theme elegantThis starts a local server where you can preview your resume in the browser.
resume export resume.pdf --theme elegant
resume export resume.html --theme elegantJSON Resume supports 50+ community themes. Some popular options:
elegant- Clean and professionaleven- Modern and minimalstackoverflow- Developer-focusedkendall- Simple and readable
Install a theme:
npm install -g jsonresume-theme-elegantThen use it with --theme elegant.
You can publish your resume to the JSON Resume registry:
resume publishThis hosts it at https://registry.jsonresume.org/[username].
Alternatively, host resume.json in a GitHub Gist and access it via:
https://registry.jsonresume.org/[github-username]