LICENSE
README.md
setup.py
projex/__init__.py
projex/__main__.py
projex/cli.py
projex/config.py
projex/generator.py
projex/commands/__init__.py
projex/commands/add.py
projex/commands/deps.py
projex/commands/env.py
projex/commands/validate.py
projex/utils/__init__.py
projex/utils/cicd.py
projex/utils/codegen.py
projex/utils/deps_utils.py
projex/utils/detector.py
projex/utils/docs_utils.py
projex/utils/env_utils.py
projex/utils/gitignore_utils.py
projex/utils/license_utils.py
projex/utils/makefile_utils.py
projex/utils/quality_tools.py
projex/utils/test_utils.py
projex_cli.egg-info/PKG-INFO
projex_cli.egg-info/SOURCES.txt
projex_cli.egg-info/dependency_links.txt
projex_cli.egg-info/entry_points.txt
projex_cli.egg-info/requires.txt
projex_cli.egg-info/top_level.txt
tests/__init__.py
tests/test_generator.py