Coder Social home page Coder Social logo

resfetch's Introduction

resfetch screenshot

Resfetch

Resfetch is a small terminal tool for displaying your resume in a neofetch style.

Installation

You need to execute this code node.js

git clone https://github.com/Koalhack/resfetch.git
cd resfetch
npm install

Usage

Define resume Logo

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

Define resume informations

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

Change default informations

Edit the text between quotation marks or number

Example :

FROM

Firstname: 'Elon'
Lastname: 'Musk'
Age: 50

TO

Firstname: 'Alexandre'
Lastname: 'Saner'
Age: 23

Add new informations type

Example :

FROM

Firstname: 'Elon'
Lastname: 'Musk'
Age: 50

TO

Firstname: 'Elon'
Lastname: 'Musk'
Age: 50
Hobbies:
  - 'Cinema'
  - 'Photography'
  - 'video Games'

Run Script

In your terminal and in the resfetch folder run this command

node index.js

resfetch's People

Contributors

koalhack avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.