Resfetch is a small terminal tool for displaying your resume in a neofetch style.
You need to execute this code node.js
git clone https://github.com/Koalhack/resfetch.git
cd resfetch
npm install
Edit Data/logo.yml
file for a custom logo
logo:
- { text: ['%@@@@@%-@%*- -*%@-%@@@@@%'], color: ['cyanBright'] }
- {
text: ['-@@@@@%', '-@@@@@- -@@@@@-%@@@@@-'],
color: ['cyan', 'cyanBright']
}
- Each line represent a line of your log
- You can specify a custom color for each line or section of line (separated by
,
) - Each color are specified in the same order of section of you logo
- The current supported color is ('black','red','green','yellow','blue','magenta','cyan','white','blackBright','redBright','greenBright','yellowBright','blueBright','magentaBright','cyanBright','whiteBright')
TIP - you can create easily a ASCII logo with the CLI Fliget tool or by using a online version
Edit Data/infos.yml
file for a custom informations
In this file you can just change the existing informations by new one or add new informations type
Edit the text between quotation marks or number
Example :
FROM
Firstname: 'Elon'
Lastname: 'Musk'
Age: 50
TO
Firstname: 'Alexandre'
Lastname: 'Saner'
Age: 23
Example :
FROM
Firstname: 'Elon'
Lastname: 'Musk'
Age: 50
TO
Firstname: 'Elon'
Lastname: 'Musk'
Age: 50
Hobbies:
- 'Cinema'
- 'Photography'
- 'video Games'
In your terminal and in the resfetch
folder run this command
node index.js