LICENSE
MANIFEST.in
PROJECT_OUTLINE.md
README.md
pyproject.toml
requirements.txt
bldrx/__init__.py
bldrx/cli.py
bldrx/engine.py
bldrx/plugins.py
bldrx/registry.py
bldrx/renderer.py
bldrx/telemetry.py
bldrx.egg-info/PKG-INFO
bldrx.egg-info/SOURCES.txt
bldrx.egg-info/dependency_links.txt
bldrx.egg-info/entry_points.txt
bldrx.egg-info/top_level.txt
bldrx/templates/ci/ci.yml.j2
bldrx/templates/ci/ci_metadata.json
bldrx/templates/ci/deploy.yml.j2
bldrx/templates/docker/.dockerignore.j2
bldrx/templates/docker/Dockerfile.j2
bldrx/templates/docker/ci_metadata.json
bldrx/templates/github/CODEOWNERS.j2
bldrx/templates/github/CODE_OF_CONDUCT.md.j2
bldrx/templates/github/CONTRIBUTING.md.j2
bldrx/templates/github/SECURITY.md.j2
bldrx/templates/github/SUPPORT.md.j2
bldrx/templates/github/ci_metadata.json
bldrx/templates/github/.github/funding.yml.j2
bldrx/templates/github/.github/ISSUE_TEMPLATE/bug_report.md.j2
bldrx/templates/github/.github/ISSUE_TEMPLATE/feature_request.md.j2
bldrx/templates/lint/.eslintrc.js.j2
bldrx/templates/lint/.prettierrc.j2
bldrx/templates/lint/ci_metadata.json
bldrx/templates/lint/pyproject.toml.j2
bldrx/templates/node-api/README.md.j2
bldrx/templates/node-api/ci_metadata.json
bldrx/templates/node-api/package.json.j2
bldrx/templates/node-api/src/index.js.j2
bldrx/templates/python-cli/LICENSE.j2
bldrx/templates/python-cli/README.md.j2
bldrx/templates/python-cli/ci_metadata.json
bldrx/templates/python-cli/src_main.py.j2
bldrx/templates/react-app/README.md.j2
bldrx/templates/react-app/ci_metadata.json
bldrx/templates/react-app/package.json.j2
bldrx/templates/react-app/src/App.js.j2
tests/test_build_instructions.py
tests/test_catalog.py
tests/test_ci_artifacts.py
tests/test_ci_workflow.py
tests/test_cli.py
tests/test_cli_dry_run_json.py
tests/test_cli_install_template.py
tests/test_cli_preview.py
tests/test_cli_preview_diff.py
tests/test_concurrency_locking.py
tests/test_docs_examples.py
tests/test_dry_run_json.py
tests/test_encoding_and_binary.py
tests/test_engine.py
tests/test_engine_metadata.py
tests/test_local_imports.py
tests/test_manifest_registry.py
tests/test_merge_strategies.py
tests/test_package_data.py
tests/test_plugins.py
tests/test_preview_diff.py
tests/test_project_outline.py
tests/test_project_outline_checklist.py
tests/test_readme_headings.py
tests/test_remote_fetch.py
tests/test_safe_backups_and_git.py
tests/test_telemetry.py
tests/test_template_provenance.py
tests/test_template_snapshots.py
tests/test_template_validator.py
tests/test_templates.py
tests/test_templates_structure_preservation.py
tests/test_transactional_apply.py
tests/test_user_templates.py