yaml-folder-2-jsonresume
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

yaml-folder-2-jsonresume

transform folder with YAML's files to JSON resume's file

Usage

yaml-folder-2-jsonresume <inputFolder> <outputFile>

Files can be YAML, JSON or any types supported by Quaff

Example

A folder like

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.yml

yaml-folder-2-jsonresume resume/ resume.json

/yaml-folder-2-jsonresume/

    Package Sidebar

    Install

    npm i yaml-folder-2-jsonresume

    Weekly Downloads

    4

    Version

    1.3.0

    License

    ISC

    Unpacked Size

    30.5 kB

    Total Files

    19

    Last publish

    Collaborators

    • pinage404