Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🤷🏻♂️
- Host: GitHub
- URL: https://github.com/arsamsarabi/arsam-cli
- Owner: arsamsarabi
- Created: 2019-03-23T10:41:20.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-07-18T20:23:07.000Z (over 1 year ago)
- Last Synced: 2024-11-07T10:52:44.558Z (10 days ago)
- Language: TypeScript
- Homepage:
- Size: 396 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```