https://github.com/noxt/cvgen
Build your CV site from YAML
https://github.com/noxt/cvgen
cv generator go golang template-engine yaml
Last synced: 5 months ago
JSON representation
Build your CV site from YAML
- Host: GitHub
- URL: https://github.com/noxt/cvgen
- Owner: noxt
- License: mit
- Created: 2016-11-28T08:28:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-02T14:32:36.000Z (over 9 years ago)
- Last Synced: 2024-06-20T17:47:53.953Z (about 2 years ago)
- Topics: cv, generator, go, golang, template-engine, yaml
- Language: Go
- Homepage: http://noxt.me/
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cvgen
[](https://travis-ci.org/noxt/cvgen)
[](https://goreportcard.com/report/github.com/noxt/cvgen)
[](https://raw.githubusercontent.com/noxt/cvgen/master/LICENSE.md)
Build CV sites from YAML files!
## Configuration
```yaml
# config.yml
template:
repo_url: https://github.com/noxt/cvgen-templates
path: orbit/
files: [index.html]
output_dir: output
```
## Usage
`cvgen *command*`
## Commands List
| Name | Description |
|---|---|
| `init` | Setup config file |
| `template install` | Install templates from config file |
| `build` | Compile template |