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.2.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.2.tar.gz.
File metadata
- Download URL: ez_skelgen-0.1.2.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 |
197edc98719eeec56a01e12c75c39fce12e28edb707bd25ecd4d2b90fe6c3cf1
|
|
| MD5 |
35344b976eaa5ba9c45ccdea3e6ab117
|
|
| BLAKE2b-256 |
50a07bf48e45a70eff475a6a8470df846ea7a355634218a90c7a85e0f8b1c2ab
|
File details
Details for the file ez_skelgen-0.1.2-py3-none-any.whl.
File metadata
- Download URL: ez_skelgen-0.1.2-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 |
46955725dddf23f39d70a55a46e8c5591be4fce5e0c0d08edd00e155fbbfe0d2
|
|
| MD5 |
822a2b24dbd5052b59de46ebfb55b804
|
|
| BLAKE2b-256 |
a09c202d5559d3c93ca4d1366744b2c59f880f4530ecd76f02296160fac9ef1e
|