harshit-gaur-resume-cli
v1.0.0
Published
A colorful interactive CLI resume for Harshit Gaur.
Maintainers
Readme
Harshit Resume CLI
A fun npm package that turns Harshit Gaur's resume into a colorful terminal experience.
Features
- Launch with
Harshit - Browse overview, impact, skills, experience, and contact info inside the terminal
- Open LinkedIn, GitHub, or a draft email directly from the CLI
- Zero runtime dependencies
Local usage
npm install
npm startOr run it directly:
node ./bin/harshit.jsCommand options
Harshit
Harshit --section contact
Harshit --open linkedin
Harshit --demo
Harshit --helpPublish to npm
- Update the package name in
package.jsonifharshit-gaur-resume-cliis already taken. - Login to npm:
npm login- Publish the package:
npm publish --access public- Anyone can then install it globally:
npm install -g harshit-gaur-resume-cli
HarshitNotes
- The package exposes
Harshitas the command name. - If a recruiter is on Linux, macOS, or Windows, the CLI will try to open links with the platform default browser or email client.
