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

https://github.com/mehradevesh2022/cli-resume

Access resume sections through the CLI with the CLI Resume Script. View background, skills, academics, and projects conveniently from your terminal.
https://github.com/mehradevesh2022/cli-resume

cli-app command-line command-line-tool development-tools inquirerjs javascript mini-project nodejs

Last synced: 7 months ago
JSON representation

Access resume sections through the CLI with the CLI Resume Script. View background, skills, academics, and projects conveniently from your terminal.

Awesome Lists containing this project

README

          

# CLI Resume Script

## Introduction

CLI Resume Script is a Node.js application that allows you to access various sections of a resume through the command line interface. You can view information about the individual's background, skills, academics, and projects directly from the terminal.

## Features

- **About**: Get an overview of the individual's background, interests, and contributions.
- **Skills**: Display a list of skills, including programming languages and technologies.
- **Academics**: Open a web browser to view academic photos.
- **Projects**: Open a web browser to explore the individual's GitHub repositories.

## Installation

To use the CLI Resume Script on your local machine, follow these steps:

1. Make sure you have [Node.js](https://nodejs.org/) installed.
2. Clone or download this repository to your local machine.
3. Open a terminal and navigate to the project directory.

4. Install the required dependency using the following command:

```sh
npm install inquirer

```

5. Run the application using the following command:

```sh
node index.js
```

## Usage

After running the application, you will be prompted to select a section of the resume to view. Use the arrow keys to navigate the menu and press enter to select an option. The application will then display the information in the terminal or open a web browser to view the information.

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.