Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cv-generator

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cv-generator

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Cv::Generator

Simple CV generator from YAML file to PDF format.

Installation

$ gem install cv-generator

Usage

Create sample YAML file "cv.yml":

general:
  first_name: Jan
  last_name: Kowalski
  address: ul. Testowa 1/2, 11-111 Testowe
  birth_date: 01.01.1980
  email: foo@bar.com
  phone: 123-456-789
  websites: { GitHub: 'https://github.com/test',
              RubyGems: 'https://rubygems.org/profiles/test' }

skills:
  - Ruby 
  - Perl

other_skills:
  - Prawo jazdy, kategoria B

jobs:
  - { name: 'Test Sp. z o.o.', interval: '2011 - obecnie' }
  - { name: 'Test', interval: '2010 - 2011' }

education:
  - { name: 'Wyższa Szkoła', interval: '2000 - 2003' }

projects:
  - projekt nr 1
  - projekt nr 2
cv-generator --from cv.yml

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/dbackowski/cv-generator.

License

The gem is available as open source under the terms of the MIT License.

FAQs

Package last updated on 28 Jul 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc