{"id":22699854,"url":"https://github.com/enactjs/moonstone","last_synced_at":"2025-04-13T05:52:09.681Z","repository":{"id":37337572,"uuid":"232889158","full_name":"enactjs/moonstone","owner":"enactjs","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-24T06:47:16.000Z","size":19923,"stargazers_count":5,"open_issues_count":3,"forks_count":4,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-04-13T05:51:58.620Z","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":"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":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":"2020-01-09T19:33:49.000Z","updated_at":"2024-09-27T08:16:09.000Z","dependencies_parsed_at":"2023-02-19T15:16:18.758Z","dependency_job_id":"f38a2bab-639e-42c9-9171-0030c6f7c3dc","html_url":"https://github.com/enactjs/moonstone","commit_stats":{"total_commits":1976,"total_committers":60,"mean_commits":32.93333333333333,"dds":0.8977732793522267,"last_synced_commit":"325317e097cf59535a7045ad9e42c0fc7a24ae00"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enactjs%2Fmoonstone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enactjs%2Fmoonstone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enactjs%2Fmoonstone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enactjs%2Fmoonstone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enactjs","download_url":"https://codeload.github.com/enactjs/moonstone/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248670505,"owners_count":21142901,"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":[],"created_at":"2024-12-10T06:08:54.053Z","updated_at":"2025-04-13T05:52:09.594Z","avatar_url":"https://github.com/enactjs.png","language":"JavaScript","readme":"# @enact/moonstone [![npm (scoped)](https://img.shields.io/npm/v/@enact/moonstone.svg?style=flat-square)](https://www.npmjs.com/package/@enact/moonstone)\n\n\u003e The set of components for an Enact-based application targeting smart TVs.\n\n## Usage\n\n```\nimport kind from '@enact/core/kind';\nimport Button from '@enact/moonstone/Button';\nimport MoonstoneDecorator from '@enact/moonstone/MoonstoneDecorator';\nimport React from 'react';\n\nconst MyApp = kind({\n\tname: 'MyApp',\n\trender: () =\u003e (\u003cButton\u003eHello, Enact!\u003c/Button\u003e)\n});\n\nconst MyMoonstoneApp = MoonstoneDecorator(MyApp);\n\nexport default MyMoonstoneApp;\n```\n\n\u003e Note: The moonstone decorator must be applied to the base component. This decorator also applies\n`@enact/i18n/I18nDecorator`, `@enact/spotlight` and `@enact/ui/resolution` decorators.\n\n## Install\n\n```\nnpm install --save @enact/moonstone\n```\n\n## Test\n\nTests are implemented in mocha and are run with the Karma runner.\n\n```\nnpm test\n```\n\n## Let's create your own Moonstone App\n\nThe Enact CLI itself can install the moonstone template via NPM or git URI.\n```\nenact template install @enact/template-moonstone\n```\n\nOnce installed, you can specify the `moonstone` template during new application creation:\n\n```\nenact create -t moonstone MyApp\n```\n\n## Copyright and License Information\n\nUnless otherwise specified, all content, including all source code files and documentation 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, including all source code files and documentation files in this repository are: Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this content except in compliance with the License. You 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 distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenactjs%2Fmoonstone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenactjs%2Fmoonstone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenactjs%2Fmoonstone/lists"}