CLI tool for generating directory structures from a text file
Project description
_ _ _
| | | | | |
___ _ __ ___ __ _| |_ ___ ___| |_ _ __ _ _ ___| |_ _ _ _ __ ___
/ __| '__/ _ \/ _` | __/ _ \ / __| __| '__| | | |/ __| __| | | | '__/ _ \
| (__| | | __/ (_| | || __/ \__ \ |_| | | |_| | (__| |_| |_| | | | __/
\___|_| \___|\__,_|\__\___| |___/\__|_| \__,_|\___|\__|\__,_|_| \___|
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/
login.html
register.html
home.html
chat.html
settings.html
static/
css/
style.css
js/
script.js
by aloha v2
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file create_st-0.1.6.tar.gz.
File metadata
- Download URL: create_st-0.1.6.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
004b7a24ef7cbe45acd98fe826475b61b4be19003f61766b7f5595eb7341c8a8
|
|
| MD5 |
9bfdfa7bf52600f3faee3e77f85582fc
|
|
| BLAKE2b-256 |
d2957f512f892518ae938ce6fb9b1ad3f7c207ea34466b80443475927c61c050
|
File details
Details for the file create_st-0.1.6-py3-none-any.whl.
File metadata
- Download URL: create_st-0.1.6-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1947807a58870e2deeea20a2fe23ef5c07bd8413853b063ba162ee705fb413cb
|
|
| MD5 |
082fa16ab8342793b9ac4d4ec4dd4757
|
|
| BLAKE2b-256 |
56ccdad343ccdc9b2374f1503eef16f4e610f069af4fa7b416e6bd3dc38fa93c
|