mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-08 14:48:57 -05:00
[PR #3096] [CLOSED] Add structkit #13696
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/3096
Author: @httpdss
Created: 4/27/2026
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
daad77dAdd structkit to productivity tools list📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Project
StructKit
Checklist
Add structkit- [structkit](https://github.com/httpdss/structkit) - A command-line tool that scaffolds project files and directories from a YAML configuration.Why This Project Is Awesome
Which criterion does it meet? (pick one)
Explain:
StructKit sits in a gap that the established scaffolders don't fill cleanly. Cookiecutter requires a nested template repo layout and Python+Jinja knowledge. Yeoman is JS-only. PyScaffold is locked to the Python-package use case. StructKit lets you describe an entire project — files, directories, contents, permissions, even pre/post-generation shell hooks — in a single readable YAML file, regardless of the target language.
Differentiating capabilities:
How It Differs
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.