Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.56 KB

README.md

File metadata and controls

56 lines (39 loc) · 1.56 KB

cli-resume

cli-resume is an npm package that allows you to display my resume directly in your terminal. It provides a clean and easy-to-read format for quick viewing and sharing.

Installation

npx aaryash

Alternatively, you can install the package first with

# install package separately
npm install -g aaryash

# execute package
npx aaryash

Features

  1. Display resume in the terminal
  2. Easy to set up and use
  3. Clean and readable format
  4. Support for contact information
  5. Display education history
  6. Showcase skills with experience level and category
  7. List certifications with issuing organizations and credential URLs
  8. Highlight key projects with technology stack and descriptions
  9. Include notable achievements with organized events and results
  10. Provide additional personal details such as languages, outdoor activities, and ongoing learning topics

Get this for yourselves

read GET-FOR-YOURSELF.md

Uninstallation

If you need to uninstall the aaryash package, follow these steps based on how you installed it:

Global Installation

If you installed the package globally using npm install -g, you can remove it with:

npm uninstall -g aaryash

Local Installation

If you installed the package locally in a directory, navigate to the directory where it was installed and run:

npm uninstall aaryash

If you used npx to run the package without installation, there's no need for uninstallation, as it was not stored locally.