Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/renoirb/jsonresume-from-yaml
- Owner: renoirb
- Created: 2019-08-23T03:09:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T23:44:19.000Z (about 2 years ago)
- Last Synced: 2024-11-20T11:45:54.933Z (about 1 month ago)
- Topics: json-representation, jsonresume, yaml
- Language: TypeScript
- Size: 1.5 MB
- Stars: 0
- Watchers: 1
- 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'