Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 289 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 289 Bytes

yamldir

Python tool to create a directory based on a yaml

Usage

Create a yaml file with your folder structure like this:

%YAML 1.2
---
Projects:
  - Open Source:
    - yamldir
    - another_proj

and run the python script like this:

python yamldir.py [file.yaml]