Giter VIP home page Giter VIP logo

cvvault's Introduction

CV Vault

This is a cli application to manage cvs in (mostly) json-resume compatible yaml files. Some sections are extended with tags so you can create different cvs by tags. (check export command)

name: "Parkyeri"
location: "Istanbul / Turkey"
description: "Parkyeri is a Istanbul based Information Technology & Services Company"
position: "Linux Systems Administrator"
url: "https://www.parkyeri.com"
startDate: "2005-02-01"
endDate: "2007-02-01"
summary: ""
highlights:
- description: "Linux Systems Administration" 
  tags: ["sre","all"]
- description: "Postfix Mail Server Administration" 
  tags: ["sre","all"]
- description: "Mysql Management" 
  tags: ["sre","all"]
- description: "Postgresql Management" 
  tags: ["sre","all"]
- description: "GSM Value Added Services Development"
  tags: ["swe", "gsm"]
- description: "Kannel Management"
  tags: ["sre", "gsm"]

Commands

cvvault project

Available Commands:
  create      Create a new Cv Vault Project
  delete      Delete project
  export      Export project as json
  ls          List projects
  print       Print project
  set-default Set a project as default
% go run cvvault.go projects ls
INFO[0000] Config file in use: /Users/yalazi/.config/cvvault/cvvault-config.yaml
INFO[0000] Reading basics for project: yalazi
INFO[0000] Validating json
INFO[0000] Reading basics for project: yzl
INFO[0000] Validating json
  DEFAULT |                      DIRECTORY                       | PROJECT |        NAME        |       LABEL
----------+------------------------------------------------------+---------+--------------------+--------------------
          | /Users/yalazi/Documents/CVVault/WORK/projects/yalazi | yalazi  | Mehmet Onur Yalazi | Platform Engineer
          | /Users/yalazi/Documents/CVVault/WORK/projects/yzl    | yzl     | Mehmet Onur Yalazi | PLatform Engineer
% go run cvvault.go projects create onur -n "Mehmet Onur Yalazi" -l "PLatform Engineer" --countrycode IE -e [email protected] -r Co.Kildare
INFO[0000] Config file in use: /Users/yalazi/.config/cvvault/cvvault-config.yaml
INFO[0000] Creating CVProject:  onur /Users/yalazi/Documents/CVVault/WORK/projects/onur
/Users/yalazi/Documents/CVVault/WORK/projects/onur/data/basics.yaml
/Users/yalazi/Documents/CVVault/WORK/projects/onur/data/works/my-first-company-STARTYEAR.yaml
% go run cvvault.go projects delete onur
INFO[0000] Config file in use: /Users/yalazi/.config/cvvault/cvvault-config.yaml
Are you sure to delete this project: onur? [y/n]: y
Deleting project:  onur
% go run cvvault.go projects export yalazi --ignoreTags gsm
INFO[0000] Config file in use: /Users/yalazi/.config/cvvault/cvvault-config.yaml
INFO[0000] Reading basics for project: yalazi
INFO[0000] Validating json
{"Name":"yalazi","basics":{"name":"Mehmet Onur Yalazi","label":"Platform Engineer","image":"","email":"[email protected]",
....
{"name":"Parkyeri","location":"Istanbul / Turkey","description":"Parkyeri is a Istanbul based Information Technology Services Company",
"position":"Linux Systems Administrator","url":"https://www.parkyeri.com","startDate":"2005-02-01","endDate":"2007-02-01","summary":"",
"highlights":["Linux Systems Administration","Postfix Mail Server Administration","Mysql Management","Postgresql Management"]}
...

Rendering exported projects

You can use resumed https://www.npmjs.com/package/resumed

% npm install resumed jsonresume-theme-spartacus
% node ~/node_modules/resumed/bin/resumed.js render /tmp/cv.json --theme jsonresume-theme-spartacus --output WORK/projects/yalazi/resume.html

cvvault's People

Contributors

fsniper avatar

Watchers

Bekir Dogan avatar  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.