refactor, split to two versions - cli and service

This commit is contained in:
Jev
2026-05-25 23:28:24 +02:00
parent 79d86961e3
commit 7188b20797
14 changed files with 335 additions and 69 deletions
+1
View File
@@ -3,6 +3,7 @@
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '-').replace('_', '-') }}",
"package_name": "{{ cookiecutter.project_slug.replace('-', '_') }}",
"description": "A modern CLI tool",
"project_type": ["cli", "service"],
"author_name": "Your Name",
"author_email": "your.email@example.com",
"version": "0.1.0",