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.
npx aaryash
Alternatively, you can install the package first with
# install package separately
npm install -g aaryash
# execute package
npx aaryash
- Display resume in the terminal
- Easy to set up and use
- Clean and readable format
- Support for contact information
- Display education history
- Showcase skills with experience level and category
- List certifications with issuing organizations and credential URLs
- Highlight key projects with technology stack and descriptions
- Include notable achievements with organized events and results
- Provide additional personal details such as languages, outdoor activities, and ongoing learning topics
If you need to uninstall the aaryash
package, follow these steps based on how you installed it:
If you installed the package globally using npm install -g
, you can remove it with:
npm uninstall -g aaryash
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.