Skip to content

Python tool to create a directory based on a yaml

Notifications You must be signed in to change notification settings

eduardobvale/yamldir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

Python tool to create a directory based on a yaml

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages