{"id":32122184,"url":"https://github.com/denomod/deno_html","last_synced_at":"2026-02-21T17:02:37.858Z","repository":{"id":62421405,"uuid":"268823969","full_name":"denomod/deno_html","owner":"denomod","description":"Useful template literal tag for create html strings in ES2015+","archived":false,"fork":false,"pushed_at":"2021-03-30T09:06:48.000Z","size":47,"stargazers_count":13,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-16T15:28:20.398Z","etag":null,"topics":["deno","deno-mod","deno-module","deno-modules","denomod"],"latest_commit_sha":null,"homepage":"https://deno.land/x/html","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/denomod.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-02T14:30:43.000Z","updated_at":"2024-09-25T03:46:29.000Z","dependencies_parsed_at":"2022-11-01T17:31:20.623Z","dependency_job_id":null,"html_url":"https://github.com/denomod/deno_html","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":"justjavac/deno_starter","purl":"pkg:github/denomod/deno_html","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denomod%2Fdeno_html","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denomod%2Fdeno_html/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denomod%2Fdeno_html/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denomod%2Fdeno_html/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denomod","download_url":"https://codeload.github.com/denomod/deno_html/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denomod%2Fdeno_html/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29688216,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T15:51:39.154Z","status":"ssl_error","status_checked_at":"2026-02-21T15:49:03.425Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["deno","deno-mod","deno-module","deno-modules","denomod"],"created_at":"2025-10-20T20:28:10.973Z","updated_at":"2026-02-21T17:02:37.852Z","avatar_url":"https://github.com/denomod.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deno_html\n\n[![tag](https://img.shields.io/github/release/denomod/deno_html)](https://github.com/denomod/deno_html/releases)\n[![Build Status](https://github.com/denomod/deno_html/workflows/ci/badge.svg?branch=master)](https://github.com/denomod/deno_html/actions)\n[![license](https://img.shields.io/github/license/denomod/deno_html)](https://github.com/denomod/deno_html/blob/master/LICENSE)\n\nUseful template literal tags for create html/css strings in ES2015+.\n\n## Usage\n\n```ts\nimport { html } from \"https://deno.land/x/html/mod.ts\";\n\nlet languages = [\"Rust\", \"JavaScript\", \"TypeScript\"];\n\nconst str = html`\n  \u003cdiv class=\"list\"\u003e\n    \u003cul\u003e\n      ${languages.map((x) =\u003e `\u003cli\u003e${x}\u003c/li\u003e`)}\n    \u003c/ul\u003e\n  \u003c/div\u003e\n`;\n\nconsole.log(str);\n```\n\nOutputs:\n\n```html\n\u003cdiv class=\"list\"\u003e\n  \u003cul\u003e\n    \u003cli\u003eRust\u003c/li\u003e\n    \u003cli\u003eJavaScript\u003c/li\u003e\n    \u003cli\u003eTypeScript\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/div\u003e\n```\n\n## Why not template literal?\n\n![](./screen.png)\n\n### License\n\n[deno_html](https://github.com/denomod/deno_html) is released under the MIT\nLicense. See the bundled [LICENSE](./LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenomod%2Fdeno_html","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenomod%2Fdeno_html","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenomod%2Fdeno_html/lists"}