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.
- Host: GitHub
- URL: https://github.com/mehradevesh2022/cli-resume
- Owner: MehraDevesh2022
- Created: 2022-10-26T14:45:55.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-11T12:59:11.000Z (about 2 years ago)
- Last Synced: 2025-02-03T23:33:22.985Z (9 months ago)
- Topics: cli-app, command-line, command-line-tool, development-tools, inquirerjs, javascript, mini-project, nodejs
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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.