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: 29 days ago
JSON representation
Take a folder of YAML files matching jsonresume JSON Schema, create a JSON representation
- Host: GitHub
- URL: https://github.com/renoirb/jsonresume-from-yaml
- Owner: renoirb
- Created: 2019-08-23T03:09:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T23:44:19.000Z (over 3 years ago)
- Last Synced: 2025-03-11T22:34:01.431Z (over 1 year ago)
- Topics: json-representation, jsonresume, yaml
- Language: TypeScript
- Size: 1.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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'