Metadata-Version: 2.4
Name: create-st
Version: 0.1.6
Summary: CLI tool for generating directory structures from a text file
Author: aloha v2
Requires-Python: >=3.7
Description-Content-Type: text/markdown

&nbsp;                     \_                  \_                   \_                  

&nbsp;                    | |                | |                 | |                 

&nbsp;  \_\_\_ \_ \_\_ \_\_\_  \_\_ \_| |\_ \_\_\_        \_\_\_| |\_ \_ \_\_ \_   \_  \_\_\_| |\_ \_   \_ \_ \_\_ \_\_\_ 

&nbsp; / \_\_| '\_\_/ \_ \\/ \_` | \_\_/ \_ \\      / \_\_| \_\_| '\_\_| | | |/ \_\_| \_\_| | | | '\_\_/ \_ \\

&nbsp;| (\_\_| | |  \_\_/ (\_| | ||  \_\_/      \\\_\_ \\ |\_| |  | |\_| | (\_\_| |\_| |\_| | | |  \_\_/

&nbsp; \\\_\_\_|\_|  \\\_\_\_|\\\_\_,\_|\\\_\_\\\_\_\_|      |\_\_\_/\\\_\_|\_|   \\\_\_,\_|\\\_\_\_|\\\_\_|\\\_\_,\_|\_|  \\\_\_\_|

&nbsp;                                                                               

&nbsp;                                                                               



usage

create-st "the name of a text file with an extension that is located in the same directory where the command is run"



how it works

takes and in the directory where the command was run, creates a structure of folders and files, the names of files and folders are taken from the file with this command



example text file

├─ app.py

├─ database.db

├─ templates/

│   ├─ login.html

│   ├─ register.html

│   ├─ home.html

│   ├─ chat.html

│   ├─ settings.html

├─ static/

│   ├─ css/

│   │   └─ style.css

│   ├─ js/

│       └─ script.js



or



app.py

database.db

templates/

&nbsp;       login.html

&nbsp;       register.html

&nbsp;       home.html

&nbsp;       chat.html

&nbsp;       settings.html

static/

&nbsp;       css/

&nbsp;           style.css

&nbsp;       js/

&nbsp;           script.js





by aloha v2

