UNPKG

arsam

Version:

Arsam Sarabi's portfolio in an interactive terminal dist

26 lines (16 loc) 486 B
# Arsam's résumé in the terminal 🤷🏻‍♂️ ## What is this? This is a command line tool that prints my résumé in the terminal. It's a fun way to show off your résumé to your friends, colleagues and potential employers. ## How to use it? You can use `npx` to run this command without installing it. ```shell npx arsam ``` ## How to install it? You can install it globally using `npm` or `yarn`. ```shell npm install -g arsam ``` ```shell yarn global add arsam ```