{"id":19719415,"url":"https://github.com/typegoose/typegoose-examples","last_synced_at":"2026-01-30T05:32:11.986Z","repository":{"id":66343999,"uuid":"571564074","full_name":"typegoose/typegoose-examples","owner":"typegoose","description":"Project Examples with integrations of other packages","archived":false,"fork":false,"pushed_at":"2025-12-15T12:16:31.000Z","size":494,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-18T13:50:04.295Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/typegoose.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-11-28T12:07:41.000Z","updated_at":"2025-12-15T12:16:27.000Z","dependencies_parsed_at":"2024-02-29T04:00:25.578Z","dependency_job_id":"8793efef-6100-471b-9601-3741292b288e","html_url":"https://github.com/typegoose/typegoose-examples","commit_stats":{"total_commits":76,"total_committers":2,"mean_commits":38.0,"dds":0.1578947368421053,"last_synced_commit":"ab65bfd3966157854d65e08bc645397955a891b7"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/typegoose/typegoose-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typegoose%2Ftypegoose-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typegoose%2Ftypegoose-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typegoose%2Ftypegoose-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typegoose%2Ftypegoose-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/typegoose","download_url":"https://codeload.github.com/typegoose/typegoose-examples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typegoose%2Ftypegoose-examples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28905961,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T04:02:34.702Z","status":"ssl_error","status_checked_at":"2026-01-30T04:02:33.562Z","response_time":66,"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":"2024-11-11T23:08:13.935Z","updated_at":"2026-01-30T05:32:11.948Z","avatar_url":"https://github.com/typegoose.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Typegoose Examples\n\nThis Repository contains Example projects with basic showcases and integrations with other packages.\n\nSee the [`examples`](./examples/) directory for all examples available.\n\n## Setup\n\nThanks to yarn and jest, the setup is quite simple:\n\n```sh\ngit clone https://github.com/typegoose/typegoose-examples.git --depth 10\ncd typegoose-examples\nyarn install\n\n# Verify that all projects are working\nyarn run test\n```\n\n## Add a new example\n\nAdding new examples is simple thanks to the boilerplate [`basic`](./examples/basic/) example, just clone it and modify the clone:\n\n```sh\n# Starting point is in the root of the project (where the current README exists)\ncd examples/\ncp -R ./basic ./your-new-example\ncd your-new-example\n\n# Apply all modifications you want to the new example\n\n# Verify your example is working\n# while being in the example, only that example's tests are run\nyarn run test\n\n# No extra addition anywhere else is needed\n# And root-level testing also works out-of-the-box\ncd ../../\nyarn run test\n# or while still being in the example\nyarn --cwd ../../ test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftypegoose%2Ftypegoose-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftypegoose%2Ftypegoose-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftypegoose%2Ftypegoose-examples/lists"}