# 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
```
