{"id":13515502,"url":"https://github.com/enactjs/enact","last_synced_at":"2025-05-14T15:06:51.744Z","repository":{"id":38270175,"uuid":"67653065","full_name":"enactjs/enact","owner":"enactjs","description":"An app development framework built atop React that’s easy to use, performant and customizable.","archived":false,"fork":false,"pushed_at":"2025-05-14T07:11:33.000Z","size":54721,"stargazers_count":321,"open_issues_count":64,"forks_count":34,"subscribers_count":90,"default_branch":"master","last_synced_at":"2025-05-14T07:43:29.887Z","etag":null,"topics":["enact","enyo","enyo-2","es6","javascript","javascript-framework","lg","react-components","reactjs","webos","webos-application","webos-tv"],"latest_commit_sha":null,"homepage":"http://enactjs.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/enactjs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-09-08T00:14:51.000Z","updated_at":"2025-04-29T08:49:59.000Z","dependencies_parsed_at":"2023-12-26T05:32:53.643Z","dependency_job_id":"122d6041-cb49-4387-8171-65e44833a400","html_url":"https://github.com/enactjs/enact","commit_stats":null,"previous_names":[],"tags_count":232,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enactjs%2Fenact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enactjs%2Fenact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enactjs%2Fenact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enactjs%2Fenact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enactjs","download_url":"https://codeload.github.com/enactjs/enact/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254169172,"owners_count":22026209,"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":["enact","enyo","enyo-2","es6","javascript","javascript-framework","lg","react-components","reactjs","webos","webos-application","webos-tv"],"created_at":"2024-08-01T05:01:12.076Z","updated_at":"2025-05-14T15:06:51.685Z","avatar_url":"https://github.com/enactjs.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/enactjs/enact/assets/4288375/25a32c12-6a9b-44d4-80b3-a8f82ddcc643\"\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eEnact\u003c/h1\u003e\n\n\u003ch2\u003eAn app development framework built atop React that’s easy to use, performant and customizable.\u003c/h2\u003e\nEnact is to provide the building blocks for creating robust and maintainable applications. To that end, we’ve pulled together the best solutions for internationalization (i18n), accessibility (a11y), focus management, linting, testing and building. Then, we created a set of reusable components and behaviors on top of that. We combined these pieces and ensured that they work together seamlessly, allowing developers to focus on implementation.\n\u003cbr\u003e\u003cbr\u003e\n\n[![Travis](https://img.shields.io/travis/com/enactjs/enact/master?style=flat-square)](https://app.travis-ci.com/github/enactjs/enact) [![npm (scoped)](https://img.shields.io/npm/v/@enact/core.svg?style=flat-square)](https://www.npmjs.com/package/@enact/core) [![license](https://img.shields.io/github/license/enactjs/enact.svg?style=flat-square)](http://www.apache.org/licenses/LICENSE-2.0) [![Gitter](https://img.shields.io/gitter/room/EnactJS/Lobby.svg?style=flat-square)](https://gitter.im/EnactJS/Lobby) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen)](https://enactjs.com/docs/developer-guide/contributing)\n\n\u003e A mono-repo containing Enact framework modules\n\n* [core](./packages/core/) The set of essential building blocks for an Enact-based application.\n* [ui](./packages/ui) A set of reusable behaviors and a library of unstyled components for creating Enact themes.\n* [spotlight](./packages/spotlight) An extensible library for 5-way navigation and focus control.\n* [i18n](./packages/i18n) Internationalization library based on iLib.\n* [webos](./packages/webos) Utility functions for working with webOS devices.\n\nEnact uses lerna to manage the individual modules within this repo.\n\n## Getting Started\n\nDevelopers should use the individual npm modules hosted under the `@enact` namespace.\n\nFor local framework development, this mono-repo can be setup using the `bootstrap` command:\n\n```\nnpm run bootstrap\n```\n\nAlternatively, if you wish to install and setup package dependencies for global usage on a system, the `bootstrap-link` command can be used:\n```\nnpm run bootstrap-link\n```\nThat command will `npm link` the packages into global NPM userspace, for use in other projects via `npm link \u003cpackage\u003e` or `enact link`.\n\n## Documentation\n\n* [Tutorials](https://enactjs.com/docs/tutorials)\n* [API Docs](https://enactjs.com/docs/modules)\n* [Developer Guide](https://enactjs.com/docs/developer-guide)\n* [Contribution Guide](https://enactjs.com/docs/developer-guide/contributing)\n\n## Copyright and License Information\n\nUnless otherwise specified, all content, including all source code files and\ndocumentation files in this repository are:\n\nCopyright (c) 2012-2024 LG Electronics\n\nUnless otherwise specified or set forth in the NOTICE file, all content,\nincluding all source code files and documentation files in this repository are:\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this content except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenactjs%2Fenact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenactjs%2Fenact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenactjs%2Fenact/lists"}