From d3af71176247cf22331875b29e24c28431a739d1 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 5 Feb 2026 11:01:18 +0000 Subject: [PATCH] Initial upload: Project Scaffold CLI with multi-language templates and CI/CD --- project_scaffold_cli/templates/python/README.md.j2 | 1 + 1 file changed, 1 insertion(+) create mode 100644 project_scaffold_cli/templates/python/README.md.j2 diff --git a/project_scaffold_cli/templates/python/README.md.j2 b/project_scaffold_cli/templates/python/README.md.j2 new file mode 100644 index 0000000..6e7fc52 --- /dev/null +++ b/project_scaffold_cli/templates/python/README.md.j2 @@ -0,0 +1 @@ +{{ description }}