refactor, split to two versions - cli and service
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user