project skeleton generator with templates
Project description
skelgen
A simple Python CLI tool that generates project skeletons from text-based structure files.
Installation
pip install git+https://github.com/y1cho-HIU/ez-skelgen.git
Usage
skelgen <structure.txt>
Input file example:
project/
include/
header.h
src/
main.c
data/
makefile
This creates:
project/
├── include/
│ └── header1.h
├── src/
│ └── main.c
├── data/
└── makefile
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ez_skelgen-0.1.1.tar.gz
(4.1 kB
view details)
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 ez_skelgen-0.1.1.tar.gz.
File metadata
- Download URL: ez_skelgen-0.1.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
805f44f0b62c24fe3827d9d0800e2aca7ed60247bd00d2f5b146983d2309f453
|
|
| MD5 |
aa4bc13d411d6d36f3a7586994568486
|
|
| BLAKE2b-256 |
47b33a23f0509f18c981445969c61deebd8223ed65feffedec560c8ec8918ed9
|
File details
Details for the file ez_skelgen-0.1.1-py3-none-any.whl.
File metadata
- Download URL: ez_skelgen-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6af109c594e0cee31ccd0e60f6efb8846a675d567899283f0daa5f827d320b7
|
|
| MD5 |
0cbbacdae9c6b9d75c0adc325b7b2afb
|
|
| BLAKE2b-256 |
eebfe4eccb766b855100304c6049562877e97199e1033c3ecda926cfbaa819d5
|