{"id":17192080,"url":"https://github.com/hxari/eremento","last_synced_at":"2025-10-07T16:05:03.599Z","repository":{"id":57157004,"uuid":"464040458","full_name":"hxAri/Eremento","owner":"hxAri","description":"Simple JavaScript HTMLElement Generator.","archived":false,"fork":false,"pushed_at":"2023-07-11T12:31:12.000Z","size":91,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-19T05:26:31.395Z","etag":null,"topics":["eremento","htmlelement","javascript"],"latest_commit_sha":null,"homepage":"https://hxari.github.io/projects/Eremento","language":null,"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/hxAri.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-02-27T04:51:26.000Z","updated_at":"2023-04-01T16:22:04.000Z","dependencies_parsed_at":"2025-01-30T06:10:27.049Z","dependency_job_id":"2df73d23-b80e-400e-a89f-bcc955ffbe28","html_url":"https://github.com/hxAri/Eremento","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/hxAri/Eremento","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hxAri%2FEremento","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hxAri%2FEremento/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hxAri%2FEremento/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hxAri%2FEremento/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hxAri","download_url":"https://codeload.github.com/hxAri/Eremento/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hxAri%2FEremento/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278802836,"owners_count":26048579,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["eremento","htmlelement","javascript"],"created_at":"2024-10-15T01:28:12.112Z","updated_at":"2025-10-07T16:05:03.582Z","avatar_url":"https://github.com/hxAri.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![Eremento · Logo](https://raw.githubusercontent.com/hxAri/hxAri/main/public/images/1653507202%3B5fe1yJwN3F.png)\n\nEremento is a tool for building HTML Elements based on objects or properties, you can create HTML element objects and also create raw HTML structures easily with Eremento.\n\n## Features\n* Arrangement\u003cbr/\u003e\n  Builds the raw HTML structure from the object as well as from the HTML instance itself.\n* Object\u003cbr/\u003e\n  Builds html elements from objects.\n* Multiple\u003cbr/\u003e\n  You can construct one element or even more than one html element.\n\n## Initialize\nThrough **UNPKG**\n```html\n\u003cscript type=\"text/javascript\" src=\"https://unpkg.com/eremento/dist/js/eremento.js\"\u003e\u003c/script\u003e\n```\n\n## Examples\nBuild raw HTML structure.\n```js\n/** For Multiple Elements **/\nEremento.arrange([]);\n\n/** For Single Element **/\nEremento.arrange({\n    name: \"input\",\n    attributes: {\n        type: \"text\",\n        value: null\n    }\n});\n\n/** Results **/\n/** \u003cinput type=\"text\" value=\"\" /\u003e */\n```\n\nBuilding an HTML Element Instance.\n\n```js\nEremento.create({\n    name: \"button\",\n    attributes: {\n        dataset: {\n            id: 0\n        },\n        click: e =\u003e console.log( e.target.dataset.id )\n    }\n});\n```\n\n## License\nAll source code license under [MIT license](https://opensource.org/licenses/MIT). Please [see](https://opensource.org/licenses/MIT) the [MIT](https://opensource.org/licenses/MIT) documentation for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhxari%2Feremento","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhxari%2Feremento","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhxari%2Feremento/lists"}