{"id":42915007,"url":"https://github.com/onedionys/onedionys-template-engine","last_synced_at":"2026-01-30T17:05:47.133Z","repository":{"id":226327750,"uuid":"768411797","full_name":"onedionys/onedionys-template-engine","owner":"onedionys","description":"A library for easily creating and manipulating HTML templates.","archived":false,"fork":false,"pushed_at":"2024-05-07T01:19:53.000Z","size":148,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-31T13:06:42.401Z","etag":null,"topics":["onedionys","package-manager","tea","template-engine"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/onedionys-template-engine","language":"JavaScript","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/onedionys.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-03-07T03:06:03.000Z","updated_at":"2024-05-07T01:19:56.000Z","dependencies_parsed_at":"2024-03-13T07:27:39.889Z","dependency_job_id":"e714d934-b401-451b-9c7b-610bab612879","html_url":"https://github.com/onedionys/onedionys-template-engine","commit_stats":null,"previous_names":["onedionys/onedionys-template-engine"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/onedionys/onedionys-template-engine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onedionys%2Fonedionys-template-engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onedionys%2Fonedionys-template-engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onedionys%2Fonedionys-template-engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onedionys%2Fonedionys-template-engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onedionys","download_url":"https://codeload.github.com/onedionys/onedionys-template-engine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onedionys%2Fonedionys-template-engine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28915942,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T16:37:38.804Z","status":"ssl_error","status_checked_at":"2026-01-30T16:37:37.878Z","response_time":66,"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":["onedionys","package-manager","tea","template-engine"],"created_at":"2026-01-30T17:05:47.019Z","updated_at":"2026-01-30T17:05:47.103Z","avatar_url":"https://github.com/onedionys.png","language":"JavaScript","funding_links":["https://www.buymeacoffee.com/onedionys"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eWelcome to One Dionys - Template Engine! 👋 \u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eA library for easily creating and manipulating HTML templates. 💖 \u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://img.shields.io/github/contributors/onedionys/onedionys-template-engine?style=flat-square\"\u003e\n\u003cimg src=\"https://img.shields.io/github/issues/onedionys/onedionys-template-engine?style=flat-square\"\u003e\n\u003cimg src=\"https://img.shields.io/github/stars/onedionys/onedionys-template-engine?style=flat-square\"\u003e \n\u003cimg src=\"https://img.shields.io/github/forks/onedionys/onedionys-template-engine?style=flat-square\"\u003e\n\u003cimg src=\"https://img.shields.io/github/last-commit/onedionys/onedionys-template-engine.svg?style=flat-square\"\u003e\n\u003cimg src=\"https://img.shields.io/github/languages/code-size/onedionys/onedionys-template-engine?style=flat-square\"\u003e\n\u003cimg src=\"https://img.shields.io/github/license/onedionys/onedionys-template-engine?style=flat-square\"\u003e\n\u003c/p\u003e\n\n## 💾 Requirements\n\n* `Web Browser` - Can be used as an emulator to build applications. Example [Chrome, Firefox, Safari \u0026 Opera].\n* `Internet` - Because many use CDN and to make it easier to find solutions to all problems.\n\n## 🎯 How To Use\n\n#### Example Syntax\n\n```javascript\nconst TemplateEngine = require('./src/templateEngine');\n\n// Define your template\nconst template = 'Hello {{ name }}!';\n\n// Create an instance of TemplateEngine with your template\nconst engine = new TemplateEngine(template);\n\n// Define your data\nconst data = { name: 'World' };\n\n// Render the template with the data\nconst result = engine.render(data);\nconsole.log(result); // Output: Hello World!\n```\n\n#### Explanation\n\n* The TemplateEngine class provides a way to render templates with dynamic data. It uses double curly braces ({{ }}) as placeholders for variables in the template. When you call the render() method with a data object, it replaces the placeholders with corresponding values from the data object.\n\n#### Return Value\n\n* The render() method returns the rendered template as a string.\n\n## 📆 Release Date\n\n* v1.0.0 : 07 March 2024\n* v1.0.1 : 11 March 2024\n* v4.0.0 : 11 March 2024\n* v4.0.1 : 13 March 2024\n* v4.0.2 : 18 March 2024\n* v5.0.0 : 31 March 2024\n\n## 🧑 Author\n\n* Facebook : \u003ca href=\"https://www.facebook.com/theonedionys\"\u003e Oned Ionys\u003c/a\u003e\n* Instagram : \u003ca href=\"https://www.instagram.com/onedionys/\"\u003e @onedionys\u003c/a\u003e\n* Twitter : \u003ca href=\"https://twitter.com/onedionys\"\u003e @onedionys\u003c/a\u003e\n* LinkedIn :  \u003ca href=\"https://www.linkedin.com/in/onedionys/\"\u003e @onedionys\u003c/a\u003e\n\n## 📝 License\n\n* Copyright © 2024 One Dionys\n* **One Dionys - Template Engine is an open source project licensed under the MIT license**\n\n## ☕️ Suppport \u0026 Donation\n\nLove One Dionys - Template Engine? Support this project by donating or sharing with others in need.\n\n\u003ca href=\"https://www.buymeacoffee.com/onedionys\"\u003e\u003cimg src=\"https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=for-the-badge\u0026logo=buy-me-a-coffee\u0026logoColor=black\"/\u003e \u003c/a\u003e\n\n**Made with ❤️ One Dionys**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonedionys%2Fonedionys-template-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonedionys%2Fonedionys-template-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonedionys%2Fonedionys-template-engine/lists"}