{"id":25666375,"url":"https://github.com/rabrennie/ezay","last_synced_at":"2026-06-08T20:32:32.417Z","repository":{"id":85697355,"uuid":"149903868","full_name":"Rabrennie/Ezay","owner":"Rabrennie","description":"👍 Easy to use modern javascript framework","archived":false,"fork":false,"pushed_at":"2018-09-25T20:15:36.000Z","size":180,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-24T08:36:57.380Z","etag":null,"topics":["easy","ezay","framework","frontend","javascript"],"latest_commit_sha":null,"homepage":null,"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/Rabrennie.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":"2018-09-22T18:11:52.000Z","updated_at":"2018-10-14T14:44:33.000Z","dependencies_parsed_at":"2023-03-07T17:45:34.817Z","dependency_job_id":null,"html_url":"https://github.com/Rabrennie/Ezay","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Rabrennie/Ezay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rabrennie%2FEzay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rabrennie%2FEzay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rabrennie%2FEzay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rabrennie%2FEzay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rabrennie","download_url":"https://codeload.github.com/Rabrennie/Ezay/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rabrennie%2FEzay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34080027,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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":["easy","ezay","framework","frontend","javascript"],"created_at":"2025-02-24T08:29:48.755Z","updated_at":"2026-06-08T20:32:32.406Z","avatar_url":"https://github.com/Rabrennie.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ezay\n\n👍 Easy to use modern javascript framework \n\n## Usage\n\n```html\n\u003cdiv id=\"app\"\u003e\n    \u003cmy-el\u003e\u003c/my-el\u003e\n    \u003cmy-el\u003e\u003c/my-el\u003e\n\u003c/div\u003e\n\n\u003cdiv id=\"my-el-template\"\u003e\n    {{ count }}\n    \u003cbutton ezay:click=\"clickHandler\"\u003e+1\u003c/button\u003e\n    \u003cul ezay:for=\"num in array\"\u003e\n        \u003cli\u003e{{ num }}\u003c/li\u003e\n    \u003c/ul\u003e\n\u003c/div\u003e\n\n\u003cscript src=\"dist/ezay.min.js\"\u003e\u003c/script\u003e\n\n\u003cscript\u003e\n\n    var ezay = new Ezay({ el: '#app' });\n\n    ezay.register('my-el', {\n        'count': 1,\n        'array': [1],\n        'clickHandler': function () {\n            this.count += 1;\n            this.array.push(this.count);\n        },\n    }, document.querySelector('#my-el-template'));\n\n\u003c/script\u003e\n```\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.\n\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frabrennie%2Fezay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frabrennie%2Fezay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frabrennie%2Fezay/lists"}