My Resume
A simple project to maintain your resume using Markdown and generate a PDF version via Node.
Dependencies
- Node
- mdpdf
Aliases
npm start
creates PDF file from your stable markdown version
Setup
- Clone the repository:
https://github.com/tpkahlon/my-resume.git
- NPM Install:
npm i
- Revise/update markdown
- Create PDF:
npm start
- Push your changes to remote