LICENSE
MANIFEST.in
README.md
VERSION
pyproject.toml
src/cli_wizard/__init__.py
src/cli_wizard/cli.py
src/cli_wizard/constants.py
src/cli_wizard.egg-info/PKG-INFO
src/cli_wizard.egg-info/SOURCES.txt
src/cli_wizard.egg-info/dependency_links.txt
src/cli_wizard.egg-info/entry_points.txt
src/cli_wizard.egg-info/requires.txt
src/cli_wizard.egg-info/top_level.txt
src/cli_wizard/commands/__init__.py
src/cli_wizard/commands/bootstrap.py
src/cli_wizard/commands/common.py
src/cli_wizard/commands/config.py
src/cli_wizard/commands/generate.py
src/cli_wizard/config/__init__.py
src/cli_wizard/config/configuration.py
src/cli_wizard/config/schema.py
src/cli_wizard/generator/__init__.py
src/cli_wizard/generator/generator.py
src/cli_wizard/generator/models.py
src/cli_wizard/generator/parser.py
src/cli_wizard/templates/.gitignore.j2
src/cli_wizard/templates/CHANGELOG.md.j2
src/cli_wizard/templates/DEVELOPMENT.md.j2
src/cli_wizard/templates/LICENSE.j2
src/cli_wizard/templates/MANIFEST.in.j2
src/cli_wizard/templates/Makefile.j2
src/cli_wizard/templates/README.md.j2
src/cli_wizard/templates/VERSION.j2
src/cli_wizard/templates/cli-wizard.yaml.j2
src/cli_wizard/templates/pre-commit-config.yaml.j2
src/cli_wizard/templates/pyproject.toml.j2
src/cli_wizard/templates/tox.ini.j2
src/cli_wizard/templates/.github/CODEOWNERS.j2
src/cli_wizard/templates/.github/PULL_REQUEST_TEMPLATE.md
src/cli_wizard/templates/.github/dependabot.yaml
src/cli_wizard/templates/.github/labeler.yaml
src/cli_wizard/templates/.github/labels.yaml.j2
src/cli_wizard/templates/.github/ISSUE_TEMPLATE/bug-report.yml.j2
src/cli_wizard/templates/.github/ISSUE_TEMPLATE/config.yml.j2
src/cli_wizard/templates/.github/ISSUE_TEMPLATE/feature-request.yml.j2
src/cli_wizard/templates/.github/workflows/changelog_enforcer.yaml
src/cli_wizard/templates/.github/workflows/codeql.yaml
src/cli_wizard/templates/.github/workflows/docs.yaml
src/cli_wizard/templates/.github/workflows/labeler.yaml
src/cli_wizard/templates/.github/workflows/pr-validation.yaml
src/cli_wizard/templates/.github/workflows/release.yaml
src/cli_wizard/templates/.github/workflows/sync-labels.yaml
src/cli_wizard/templates/.github/workflows/test.yaml
src/cli_wizard/templates/src/{{ PackageName }}/__init__.py.j2
src/cli_wizard/templates/src/{{ PackageName }}/cli.py.j2
src/cli_wizard/templates/src/{{ PackageName }}/client.py.j2
src/cli_wizard/templates/src/{{ PackageName }}/constants.py.j2
src/cli_wizard/templates/src/{{ PackageName }}/logging.py.j2
src/cli_wizard/templates/src/{{ PackageName }}/profile.py.j2
src/cli_wizard/templates/src/{{ PackageName }}/commands/__init__.py.j2
src/cli_wizard/templates/src/{{ PackageName }}/commands/config.py.j2
src/cli_wizard/templates/src/{{ PackageName }}/commands/group.py.j2
src/cli_wizard/templates/tests/{{ PackageName }}/cli_test.py.j2