{"id":13673257,"url":"https://github.com/zekth/deno_tiny_templates","last_synced_at":"2025-04-11T21:44:50.139Z","repository":{"id":101237381,"uuid":"186158858","full_name":"zekth/deno_tiny_templates","owner":"zekth","description":"A template parser for deno","archived":false,"fork":false,"pushed_at":"2020-05-10T13:44:10.000Z","size":6,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T17:49:25.456Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/zekth.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}},"created_at":"2019-05-11T16:53:03.000Z","updated_at":"2022-09-21T15:17:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"f20c3b42-a43e-40dd-bed9-8975e197d3e3","html_url":"https://github.com/zekth/deno_tiny_templates","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zekth%2Fdeno_tiny_templates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zekth%2Fdeno_tiny_templates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zekth%2Fdeno_tiny_templates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zekth%2Fdeno_tiny_templates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zekth","download_url":"https://codeload.github.com/zekth/deno_tiny_templates/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248487509,"owners_count":21112187,"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-08-02T10:00:32.085Z","updated_at":"2025-04-11T21:44:50.114Z","avatar_url":"https://github.com/zekth.png","language":"TypeScript","readme":"# Deno Tiny Templates [![Build Status](https://travis-ci.org/zekth/deno_tiny_templates.svg?branch=master)](https://travis-ci.org/zekth/deno_tiny_templates)\n\nA template parser for Deno.\n\n## Usage\n\n```ts\nimport { Template } from \"./mod.ts\";\n\nconst tmpl = decoder.decode(Deno.readFileSync(\"./myfile.tmpl\"));\nconst t = new Template(tmpl);\nt.render({ object: \"to\", pass: \"to\", my: \"template\" });\n```\n\n## Options\n\n- `openBracket` : Openning bracket of your var. Default : `{{`\n- `closeBracket` : Openning bracket of your var. Default : `}}`\n- `debug` : If true output warning when value is not found in given object. Default : `false`\n","funding_links":[],"categories":["基础设施","Uncategorized","Modules"],"sub_categories":["Deno 源","Uncategorized","Online Playgrounds","Template engine","Assistants"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzekth%2Fdeno_tiny_templates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzekth%2Fdeno_tiny_templates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzekth%2Fdeno_tiny_templates/lists"}