.gitignore
.gitmodules
MANIFEST.in
Pipfile
Pipfile.lock
README.md
pyproject.toml
.github/workflows/build_and_test.yml
.github/workflows/release.yml
e2e_test/cppstart-tests.bats
packaging/VERSION
src/cppstart/__init__.py
src/cppstart/build_system_generator.py
src/cppstart/ci_generator.py
src/cppstart/config.py
src/cppstart/cpp_start.py
src/cppstart/dependency_management_generator.py
src/cppstart/file_access.py
src/cppstart/file_info.py
src/cppstart/generator.py
src/cppstart/license_generator.py
src/cppstart/main.py
src/cppstart/project_type.py
src/cppstart/source_control_generator.py
src/cppstart/source_generator.py
src/cppstart.egg-info/PKG-INFO
src/cppstart.egg-info/SOURCES.txt
src/cppstart.egg-info/dependency_links.txt
src/cppstart.egg-info/entry_points.txt
src/cppstart.egg-info/requires.txt
src/cppstart.egg-info/top_level.txt
src/cppstart/templates/build_system/cmake/CMakeLists.txt
src/cppstart/templates/build_system/cmake/build.ps1
src/cppstart/templates/build_system/cmake/build.sh
src/cppstart/templates/build_system/cmake/examples/CMakeLists.txt
src/cppstart/templates/build_system/cmake/src/CMakeLists.txt
src/cppstart/templates/build_system/cmake/test/CMakeLists.txt
src/cppstart/templates/ci/github/.github/workflows/build_and_test_ubuntu_gcc12_x64_debug.yml
src/cppstart/templates/ci/github/.github/workflows/build_and_test_ubuntu_gcc12_x64_release.yml
src/cppstart/templates/ci/github/.github/workflows/build_and_test_windows_msvc_x64_debug.yml
src/cppstart/templates/ci/github/.github/workflows/build_and_test_windows_msvc_x64_release.yml
src/cppstart/templates/ci/github/.github/workflows/release.yml
src/cppstart/templates/deps_mgmt/conan/conanfile.txt
src/cppstart/templates/deps_mgmt/conan/init.ps1
src/cppstart/templates/deps_mgmt/conan/init.sh
src/cppstart/templates/licenses/AGPL-3.0-or-later
src/cppstart/templates/licenses/Apache-2.0
src/cppstart/templates/licenses/BSL-1.0
src/cppstart/templates/licenses/GPL-3.0-or-later
src/cppstart/templates/licenses/LGPL-3.0-or-later
src/cppstart/templates/licenses/MIT
src/cppstart/templates/licenses/MPL-2.0
src/cppstart/templates/licenses/Unlicense
src/cppstart/templates/projects/default/.clang-format
src/cppstart/templates/projects/default/CODE_OF_CONDUCT.md
src/cppstart/templates/projects/default/CONTRIBUTING.md
src/cppstart/templates/projects/default/LICENSE
src/cppstart/templates/projects/default/README.md
src/cppstart/templates/projects/default/SECURITY.md
src/cppstart/templates/source_control/git/template.gitignore
tests/test_build_system_generator.py
tests/test_ci_generator.py
tests/test_config.py
tests/test_cpp_start.py
tests/test_dependency_management_generator.py
tests/test_file_access.py
tests/test_generator.py
tests/test_license_generator.py
tests/test_project_type.py
tests/test_source_control_generator.py
tests/test_source_generator.py