LICENSE
MANIFEST.in
README.md
pyproject.toml
src/git_template_cli/__init__.py
src/git_template_cli/cli.py
src/git_template_cli.egg-info/PKG-INFO
src/git_template_cli.egg-info/SOURCES.txt
src/git_template_cli.egg-info/dependency_links.txt
src/git_template_cli.egg-info/entry_points.txt
src/git_template_cli.egg-info/requires.txt
src/git_template_cli.egg-info/top_level.txt
src/git_template_cli/templates/basic/LICENSE
src/git_template_cli/templates/basic/README.md
src/git_template_cli/templates/python-service/main.py
src/git_template_cli/templates/python-service/requirements.txt
src/git_template_cli/templates/react-component/COMPONENT_NAME.js
src/git_template_cli/templates/react-component/COMPONENT_NAME.module.css
src/git_template_cli/templates/react-component/README.md
tests/test_cli.py