Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://gitlab.com/pinage404/yaml-folder-2-jsonresume
transform folder with YAML's files to JSON resume's file
https://gitlab.com/pinage404/yaml-folder-2-jsonresume
cli json json-resume json-schema jsonresume resume yaml yml
Last synced: about 2 months ago
JSON representation
transform folder with YAML's files to JSON resume's file
- Host: gitlab.com
- URL: https://gitlab.com/pinage404/yaml-folder-2-jsonresume
- Owner: pinage404
- License: 0bsd
- Created: 2019-11-11T13:04:19.298Z (about 5 years ago)
- Default Branch: main
- Last Synced: 2024-11-05T02:37:19.500Z (about 2 months ago)
- Topics: cli, json, json-resume, json-schema, jsonresume, resume, yaml, yml
- Stars: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yaml-folder-2-jsonresume
transform folder with YAML's files to JSON resume's file
## Usage
```sh
yaml-folder-2-jsonresume
```Files can be YAML, JSON or any types supported by [Quaff](https://www.npmjs.com/package/quaff)
## Example
A folder like
```sh
tree resume/
resume/
├── awards
│ └── 2014_company.yaml
├── basics.yaml
├── education
│ └── 2011_university.yaml
├── interests
│ └── wildlife.yaml
├── languages.yaml
├── publications
│ └── 2014_publication.yaml
├── references.yaml
├── skills
│ └── web_development.yaml
├── volunteer
│ └── 2012_organization.json
└── work
└── 2013_company.ymlyaml-folder-2-jsonresume resume/ resume.json
```