{"id":20800371,"url":"https://github.com/maxtermax/abfactory","last_synced_at":"2025-08-12T12:40:13.034Z","repository":{"id":73891178,"uuid":"326544194","full_name":"Maxtermax/abfactory","owner":"Maxtermax","description":"Abstract factory example, featuring ui components across technologies such as: react js and vue","archived":false,"fork":false,"pushed_at":"2021-05-31T18:53:42.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-03T13:13:04.279Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Maxtermax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-01-04T02:06:16.000Z","updated_at":"2021-05-31T18:53:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"e72b498c-89ff-4c70-97ac-80c0a2485cde","html_url":"https://github.com/Maxtermax/abfactory","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Maxtermax/abfactory","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maxtermax%2Fabfactory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maxtermax%2Fabfactory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maxtermax%2Fabfactory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maxtermax%2Fabfactory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Maxtermax","download_url":"https://codeload.github.com/Maxtermax/abfactory/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maxtermax%2Fabfactory/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270063439,"owners_count":24520764,"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-08-12T02:00:09.011Z","response_time":80,"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":[],"created_at":"2024-11-17T18:13:36.594Z","updated_at":"2025-08-12T12:40:12.971Z","avatar_url":"https://github.com/Maxtermax.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Abstract Factory\nAbstract factory implementation, featuring ui components across technologies such as: react js and vue\nGenerate ui components using as target: react or vue.\n\n## Requeriments\n- nodejs \u003e= 14\n\n## Usage\nGenerate React components family\n\n`npm run generate-react-ui`\n\noutput: \nReact component base on jsx template or a custom template:\n\n```\nconst Button = (props = {}) =\u003e {\n  const { text = '', disabled = false } = props;\n  return \u003cbutton disabled={disabled}\u003e{text}\u003c/button\u003e\n};\n```\n\n```\nconst Checkbox = (props = {}) =\u003e {\n  return \u003cinput type='checkbox' /\u003e\n};\n```\n\nGenerate Vue components family\n\n`npm run generate-vue-ui`\n \n\noutput: \nVue component base on a default template or a custom template:\n\n```\n\u003cbutton\u003e{{text}}\u003c/button\n```\n\n```\n\u003cinput type='checkbox' /\u003e\n```\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxtermax%2Fabfactory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxtermax%2Fabfactory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxtermax%2Fabfactory/lists"}