{"id":25082006,"url":"https://github.com/ramytanios/tldev","last_synced_at":"2025-09-10T14:13:22.667Z","repository":{"id":271629998,"uuid":"815787514","full_name":"ramytanios/tldev","owner":"ramytanios","description":"Set of utilities built on top of the Typelevel stack","archived":false,"fork":false,"pushed_at":"2025-03-29T21:19:54.000Z","size":111,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T22:24:31.035Z","etag":null,"topics":["nix","scala","typelevel"],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ramytanios.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-06-16T06:40:44.000Z","updated_at":"2025-01-25T19:11:11.000Z","dependencies_parsed_at":"2025-01-25T20:28:34.378Z","dependency_job_id":null,"html_url":"https://github.com/ramytanios/tldev","commit_stats":null,"previous_names":["ramytanios/tldev"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ramytanios/tldev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramytanios%2Ftldev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramytanios%2Ftldev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramytanios%2Ftldev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramytanios%2Ftldev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ramytanios","download_url":"https://codeload.github.com/ramytanios/tldev/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramytanios%2Ftldev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274476377,"owners_count":25292615,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-10T02:00:12.551Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["nix","scala","typelevel"],"created_at":"2025-02-07T05:28:35.647Z","updated_at":"2025-09-10T14:13:22.623Z","avatar_url":"https://github.com/ramytanios.png","language":"Scala","readme":"# tldev\n\nA minimal set of utilities for developing microservices, built on top of the [Typelevel](https://typelevel.org/) stack.\n\n\u003e [!NOTE]\n\u003e Currently only supports scala 3. You can try a [snapshot](https://github.com/ramytanios/tldev/packages)\n\n\u003e [!IMPORTANT]\n\u003e Unauthorized access to the Github Registry is currently not possible (see [discussion](https://github.com/orgs/community/discussions/26634)). The preferred method \n\u003e is to generate a [Personal Access Token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens) with `read:packages` permissions and set it as an \n\u003e environment variable, i.e `GITHUB_TOKEN`.\n\nAdd to `build.sbt`:\n```scala\nGlobal / resolvers += \"GitHub Package Registry\" at \"https://maven.pkg.github.com/ramytanios/tldev\"\nThisBuild / credentials += Credentials(\n  \"GitHub Package Registry\",\n  \"maven.pkg.github.com\",\n  \"\u003cYOUR_GITHUB_USERNAME\u003e\",\n  sys.env.getOrElse(\"GITHUB_TOKEN\", \"\")\n)\n```\n\n```scala\n\"io.github.ramytanios\" %% \"tldev-http\"     % \"\u003cVERSION\u003e\"\n\"io.github.ramytanios\" %% \"tldev-core\"     % \"\u003cVERSION\u003e\"\n\"io.github.ramytanios\" %% \"tldev-postgres\" % \"\u003cVERSION\u003e\"\n```\n\n## Development \n\u003e [!TIP]\n\u003e For a smooth development experience and to benefit from the existing development shell, we recommend \n\u003e 1. Install [Nix](https://nix.dev/install-nix.html)\n\u003e 1. Enable [Nix flakes](https://nixos.wiki/wiki/Flakes)\n\u003e 3. Install [direnv](https://direnv.net/) \n\n## Examples\n\nTry the examples by running `examples/run` in sbt.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framytanios%2Ftldev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Framytanios%2Ftldev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framytanios%2Ftldev/lists"}