@omkar-jadhav-7809b7196/resume
v1.0.1
Published
My resume as a CLI tool
Downloads
13
Readme
Resume CLI
This is a CLI tool that prints your resume in the terminal.
Setup
Install dependencies:
npm installRun locally:
node index.jsOR
npx .
Customization
Update
package.json:- Change
"name"to@your-linkedin-handle/resume. - Update
"author"and"description".
- Change
Update
index.js:- Edit the
resumeobject at the top of the file with your actual details.
- Edit the
Publishing
Login to npm:
npm loginPublish:
npm publish --access public
Usage
Once published, anyone can view your resume by running:
npx @omkar-jadhav-7809b7196/resume