{"id":15684894,"url":"https://github.com/uki00a/deno-power-doctest","last_synced_at":"2025-07-09T07:09:48.809Z","repository":{"id":191503137,"uuid":"684353169","full_name":"uki00a/deno-power-doctest","owner":"uki00a","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-19T10:40:57.000Z","size":33,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-09T07:08:38.017Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://deno.land/x/deno_power_doctest","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/uki00a.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":"2023-08-29T00:58:12.000Z","updated_at":"2025-01-20T12:53:15.000Z","dependencies_parsed_at":"2023-08-30T06:54:34.852Z","dependency_job_id":"13830c9a-414e-447e-ad30-0980fb97ff7c","html_url":"https://github.com/uki00a/deno-power-doctest","commit_stats":null,"previous_names":["uki00a/deno-power-doctest"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/uki00a/deno-power-doctest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uki00a%2Fdeno-power-doctest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uki00a%2Fdeno-power-doctest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uki00a%2Fdeno-power-doctest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uki00a%2Fdeno-power-doctest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uki00a","download_url":"https://codeload.github.com/uki00a/deno-power-doctest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uki00a%2Fdeno-power-doctest/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264411163,"owners_count":23603804,"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":[],"created_at":"2024-10-03T17:22:12.632Z","updated_at":"2025-07-09T07:09:48.786Z","avatar_url":"https://github.com/uki00a.png","language":"TypeScript","readme":"# deno-power-doctest\n\nDeno port of [power-doctest](https://github.com/azu/power-doctest).\n\n## Examples\n\n```typescript\nconst n: number = 123;\nconsole.log(n); // =\u003e 123\nconsole.log(n + 1); // =\u003e 124\nconsole.log(\"foo\"); // =\u003e \"foo\"\nconsole.log({ n: 1, s: \"bar\" }); // =\u003e { n: 1, s: \"bar\" }\n```\n\n```typescript\nimport { test } from \"https://deno.land/x/deno_power_doctest@$MODULE_VERSION/mod.ts\";\n\nDeno.test({\n  name: \"test\",\n  fn: async (t) =\u003e {\n    await test(t, \"README.md\");\n  },\n  permissions: {\n    read: [\".\"],\n    write: [\".doctest.ts\"],\n  },\n});\n```\n\n## Prior works\n\n- [power-doctest](https://github.com/azu/power-doctest)\n- [rust-skeptic](https://github.com/budziq/rust-skeptic)\n- [doctest](https://docs.python.org/3/library/doctest.html)\n- [Godoc examples](https://go.dev/blog/examples)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuki00a%2Fdeno-power-doctest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuki00a%2Fdeno-power-doctest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuki00a%2Fdeno-power-doctest/lists"}