Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andormade/andor-cv
Andor Polgar's CV generator 📄📎
https://github.com/andormade/andor-cv
Last synced: 9 days ago
JSON representation
Andor Polgar's CV generator 📄📎
- Host: GitHub
- URL: https://github.com/andormade/andor-cv
- Owner: andormade
- Created: 2017-11-13T08:52:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-27T20:43:42.000Z (almost 7 years ago)
- Last Synced: 2024-09-30T21:50:04.058Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://andor.cool
- Size: 208 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status][travis-svg]][travis-url]
[![Dependency Status][david-deps-svg]][david-deps-url]# Andor Polgar's CV generator
andor-cv is a command line tool for generating Andor Polgar's CV. For obvious reasons, it is used mostly by Andor. Otherwise, it would be interesting for you only if you were a tech recruiter or something.
## Install
You need to have at least node v9.1.0 to make it work.
$ npm install andor-cv -g
or you can clone this repository and install it by yourself:
$ git clone https://github.com/andormade/andor-cv.git
$ cd andor-cv
$ npm install -g## Usage
Then running the command "andor-cv" will generate and save the CV to the current directory.
$ andor-cv
Or you can just download the latest generated PDF from [here](https://github.com/andormade/andor-cv/releases).
This code is released under the MIT license, so feel free to do whatever you want with it.
[travis-svg]: https://travis-ci.org/andormade/andor-cv.svg?branch=master
[travis-url]: https://travis-ci.org/andormade/andor-cv
[david-deps-svg]: https://david-dm.org/andormade/andor-cv.svg
[david-deps-url]: https://david-dm.org/andormade/andor-cv