https://github.com/kxs-codes/resume-creation-with-bash
This script will be used to automate resume creation. The script will prompt the user to enter data, format the data, and export the markdown file
https://github.com/kxs-codes/resume-creation-with-bash
automation bash ci-cd docker
Last synced: 3 months ago
JSON representation
This script will be used to automate resume creation. The script will prompt the user to enter data, format the data, and export the markdown file
- Host: GitHub
- URL: https://github.com/kxs-codes/resume-creation-with-bash
- Owner: kxs-codes
- Created: 2023-11-20T22:01:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T21:47:23.000Z (almost 2 years ago)
- Last Synced: 2025-06-10T14:49:55.163Z (about 1 year ago)
- Topics: automation, bash, ci-cd, docker
- Language: Shell
- Homepage:
- Size: 1.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RESUME CREATION WITH BASH
## Description
This script will be used to automate resume creation. The script will prompt the user to enter data, format the data, and export the markdown file
## Things to do
1. Format the script for export
- Name
- needs to be centered
- needs to be bold
- needs to have big size
- Information about user
- needs email
- needs to be bold
- needs to be small text size
- needs phone number
- needs to be in bold
- needs to be small text size
- Education
- needs to have the University or Other education
- needs to be bolded and in a header format
- needs bolded line underneath to seperate
- Major and Degree
- needs to be in Bold and header 2 format
- needs bolded line underneath to seperate
- Skills
[x] Technical Skills
* seperated with bullet (.) instead of commas (,)
- Relevent Experience
- Company
-Job Title
- 2 or 3 bullet points
## Future Additions