LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
_cli_modules/__init__.py
_cli_modules/create.py
_cli_modules/option.py
modmaker.egg-info/PKG-INFO
modmaker.egg-info/SOURCES.txt
modmaker.egg-info/dependency_links.txt
modmaker.egg-info/entry_points.txt
modmaker.egg-info/requires.txt
modmaker.egg-info/top_level.txt
templates/.DS_Store
templates/__init__.py
templates/cli/.gitignore
templates/cli/README.md
templates/cli/__init__.py
templates/cli/pyproject.toml
templates/cli/tests/__init__.py
templates/cli/tests/test_cli.py
templates/cli/tests/test_commands.py
templates/cli/{{PROJECT_NAME}}/__init__.py
templates/cli/{{PROJECT_NAME}}/cli.py
templates/cli/{{PROJECT_NAME}}/commands.py
tests/test_dummy.py