Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dbackowski/cv-generator
Simple CV PDF generator from YAML file.
https://github.com/dbackowski/cv-generator
generator resume ruby
Last synced: 19 days ago
JSON representation
Simple CV PDF generator from YAML file.
- Host: GitHub
- URL: https://github.com/dbackowski/cv-generator
- Owner: dbackowski
- License: mit
- Created: 2015-07-24T12:25:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-28T08:11:10.000Z (over 9 years ago)
- Last Synced: 2024-12-08T12:20:15.376Z (about 1 month ago)
- Topics: generator, resume, ruby
- Language: CSS
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Cv::Generator
Simple CV generator from YAML file to PDF format.
## Installation
$ gem install cv-generator
## Usage
Create sample YAML file "cv.yml":
```yaml
general:
first_name: Jan
last_name: Kowalski
address: ul. Testowa 1/2, 11-111 Testowe
birth_date: 01.01.1980
email: [email protected]
phone: 123-456-789
websites: { GitHub: 'https://github.com/test',
RubyGems: 'https://rubygems.org/profiles/test' }skills:
- Ruby
- Perlother_skills:
- Prawo jazdy, kategoria Bjobs:
- { 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](http://opensource.org/licenses/MIT).