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.0.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.0.tar.gz.
File metadata
- Download URL: ez_skelgen-0.1.0.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 |
907a68f9af56964af6392f8cc636e3af30ab1006d9adc6980d92f37247412e8c
|
|
| MD5 |
bb7daa4d83858879603ae63f0ee7938b
|
|
| BLAKE2b-256 |
43582bc8e89ba1d050bcbb445b18545795b184fa277744ab0c78f6893cf7b913
|
File details
Details for the file ez_skelgen-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ez_skelgen-0.1.0-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 |
44e33ec6f9d83c83d3987c233b7f67e00bf9059ec48bc51606e4b9eeade149c6
|
|
| MD5 |
5c3ab25da465127b80a11c3098b1c972
|
|
| BLAKE2b-256 |
198a4eefb89e8221cacace224861fb95ba25ec53b69959fe92d9d76f93de6705
|