{"id":17480041,"url":"https://github.com/dacr/zio-worksheet","last_synced_at":"2025-04-22T12:41:37.229Z","repository":{"id":40428442,"uuid":"507522777","full_name":"dacr/zio-worksheet","owner":"dacr","description":"Simplified ZIO user experience in REPL, worksheet or script contexts","archived":false,"fork":false,"pushed_at":"2025-04-07T17:44:41.000Z","size":45,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T18:42:37.664Z","etag":null,"topics":["repl","scala","zio"],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dacr.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":"2022-06-26T08:51:27.000Z","updated_at":"2025-04-07T17:44:43.000Z","dependencies_parsed_at":"2024-01-01T16:25:44.003Z","dependency_job_id":"6faa04aa-83c7-4e89-af67-ad5299c6874c","html_url":"https://github.com/dacr/zio-worksheet","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacr%2Fzio-worksheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacr%2Fzio-worksheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacr%2Fzio-worksheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacr%2Fzio-worksheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dacr","download_url":"https://codeload.github.com/dacr/zio-worksheet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250242841,"owners_count":21398207,"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","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":["repl","scala","zio"],"created_at":"2024-10-18T21:42:30.371Z","updated_at":"2025-04-22T12:41:37.219Z","avatar_url":"https://github.com/dacr.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ZIO worksheet [![][ZIOWorksheetManagerImg]][ZIOWorksheetManagerLnk]\n\nA small library to simplify ZIO developer experience in the context of REPL sessions, scripts or worksheets. It must\nonly be used in this context, for example in real world projects you must use `ZIOAppDefault` or `ZIOSpecDefault`\nas your main starting point for your ZIO projects.\n\nThis library comes with various helpers in order to make your code examples the most simple possible for learning, demo,\nproof of concepts purposes. It brings a `.unsafeRun` function (originally written by @adamgfraser) to quickly start\nan effect synchronously and get its results :\n\n```scala\n//\u003e using scala  \"3.6.4\"\n//\u003e using lib \"fr.janalyse::zio-worksheet:2.0.17.0\"\n\nimport zio.*\nimport zio.worksheet.*\n\nval app = Console.printLine(\"Hello world !\")\napp.unsafeRun\n```\n\n[ZIOWorksheetManagerImg]: https://img.shields.io/maven-central/v/fr.janalyse/zio-worksheet_3.svg\n[ZIOWorksheetManagerLnk]: https://mvnrepository.com/artifact/fr.janalyse/zio-worksheet\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdacr%2Fzio-worksheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdacr%2Fzio-worksheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdacr%2Fzio-worksheet/lists"}