{"id":42709080,"url":"https://github.com/pprobst/monorepo","last_synced_at":"2026-01-29T15:05:25.704Z","repository":{"id":283274715,"uuid":"951222073","full_name":"pprobst/monorepo","owner":"pprobst","description":"Messing around with a monorepo.","archived":false,"fork":false,"pushed_at":"2025-03-19T12:20:20.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T12:22:48.330Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pprobst.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-19T10:49:57.000Z","updated_at":"2025-03-19T12:20:24.000Z","dependencies_parsed_at":"2025-03-19T12:22:50.016Z","dependency_job_id":"20d120e9-facc-4f9d-b521-051351598190","html_url":"https://github.com/pprobst/monorepo","commit_stats":null,"previous_names":["pprobst/monorepo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pprobst/monorepo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pprobst%2Fmonorepo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pprobst%2Fmonorepo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pprobst%2Fmonorepo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pprobst%2Fmonorepo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pprobst","download_url":"https://codeload.github.com/pprobst/monorepo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pprobst%2Fmonorepo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28880017,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T10:31:27.438Z","status":"ssl_error","status_checked_at":"2026-01-29T10:31:01.017Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-29T15:05:04.787Z","updated_at":"2026-01-29T15:05:25.698Z","avatar_url":"https://github.com/pprobst.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# monorepo\nMessing around with a monorepo.\n\n## Adding new projects\n### Option 1: as a subdirectory\n```\nuv init my_project\ngit add my_project\ngit commit -m \"feat: add new demo my_project\"\ngit push\n```\n### Option 2: as a submodule\n```\ngit submodule add -b main git@github.com:path/to/my_project.git\ngit add .gitmodules my_project\ngit commit -m \"feat: add new demo my_project\"\ngit push\n```\n### Option 3: as a subtree\n```\n# Add the remote for the project repository\ngit remote add -f my_project_remote git@github.com:path/to/my_project.git\n\n# Add the subtree, prefixed with the folder name you want\ngit subtree add --prefix=my_project my_project_remote main --squash\n\n# Later, to pull changes from the project repository\n# git subtree pull --prefix=my_project my_project_remote main --squash\n\n# Or to push changes to the project repository\n# git subtree push --prefix=my_project my_project_remote main\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpprobst%2Fmonorepo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpprobst%2Fmonorepo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpprobst%2Fmonorepo/lists"}