Sha256: 2231e0b6b7d1f352f0ea2ec8440a0130dab7d79829a07a9c839195e4335dff46

Contents?: true

Size: 770 Bytes

Versions: 1

Compression:

Stored size: 770 Bytes

Contents

# yaml-cv

Static CV generator from a YAML file, in HTML or PDF format.

<h1 align="center">
  <img src="examples/demo.png">
</h1>

## Installation

```shell
$ gem install yaml-cv
```

## Usage

By default, the output will be printed to stdout in HTML format.

```shell
$ yaml-cv my_cv.yml
<html>
<head>
    <title> Doe John - Public Figure </title>

    <style>
...
```

To save to a file, use one or both of the `--html` and `--pdf` arguments, while specifying the output file to write to.

```shell
$ yaml-cv my_cv.yml --html my_cv.html
```

```shell
$ yaml-cv my_cv.yml --pdf my_cv.pdf
```

The `--watch` option can also be used to watch the input file for changes and automatically regenerate the output.

```shell
$ yaml-cv my_cv.yml --html my_cv.html --watch
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
yaml-cv-0.1.0 README.md