Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arsamsarabi/arsam-cli

Arsam's résumé in the terminal 🤷🏻‍♂️
https://github.com/arsamsarabi/arsam-cli

Last synced: 3 days ago
JSON representation

Arsam's résumé in the terminal 🤷🏻‍♂️

Awesome Lists containing this project

README

        

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