Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/renoirb/jsonresume-from-yaml

Take a folder of YAML files matching jsonresume JSON Schema, create a JSON representation
https://github.com/renoirb/jsonresume-from-yaml

json-representation jsonresume yaml

Last synced: about 1 month ago
JSON representation

Take a folder of YAML files matching jsonresume JSON Schema, create a JSON representation

Awesome Lists containing this project

README

        

# [JSONResume][jsonresume] from YAML

Take a folder of YAML files matching jsonresume JSON Schema, create a JSON representation.

Because text files is still more convinient than long strings.
And for profit.

_STATUS_ UNDER DEVELOPMENT

## Use

### From CLI

```bash
node_modules/.bin/jsonify example.yaml
```

[jsonresume]: https://jsonresume.org/ 'The open source initiative to create a JSON-based standard for resumes. For developers, by developers.'
[jsonresume-github]: https://github.com/jsonresume 'JSON Resume'