{"id":23377991,"url":"https://github.com/beyondjs/engine","last_synced_at":"2025-04-10T19:52:03.960Z","repository":{"id":59848229,"uuid":"538561340","full_name":"beyondjs/engine","owner":"beyondjs","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-22T22:15:31.000Z","size":1928,"stargazers_count":15,"open_issues_count":26,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-05-22T23:27:37.102Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beyondjs.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":"2022-09-19T15:09:55.000Z","updated_at":"2024-05-22T23:27:40.753Z","dependencies_parsed_at":"2024-05-22T23:38:20.275Z","dependency_job_id":null,"html_url":"https://github.com/beyondjs/engine","commit_stats":{"total_commits":229,"total_committers":5,"mean_commits":45.8,"dds":0.4759825327510917,"last_synced_commit":"e5cefb7c7d9bb8f65d24e8224c11c713e59431c7"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondjs%2Fengine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondjs%2Fengine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondjs%2Fengine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondjs%2Fengine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beyondjs","download_url":"https://codeload.github.com/beyondjs/engine/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248283900,"owners_count":21077948,"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-21T18:33:45.696Z","updated_at":"2025-04-10T19:52:03.941Z","avatar_url":"https://github.com/beyondjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n![BeyondJS The universal meta-framework](https://beyondjs.com/images/beyond-logo.png)\n\n\u003ch3\u003eThe meta-framework for universal packages\u003c/h3\u003e\n\u003c/div\u003e\n\u003cdl\u003e\n  \u003cdt\u003e\u0026nbsp;\u003c/dt\u003e\n\u003c/dl\u003e\n\u003cp\u003e\n  \u003ca aria-label=\"License MIT\" href=\"https://opensource.org/licenses/MIT\"\u003e\n    \u003cimg  src=\"https://img.shields.io/static/v1?style=for-the-badge\u0026label=License\u0026message=MIT\u0026color=red\"\u003e\n  \u003c/a\u003e\n  \u003ca aria-label=\"NPM version\" href=\"https://www.npmjs.com/package/beyond\"\u003e\n    \u003cimg alt=\"\" src=\"https://img.shields.io/static/v1?style=for-the-badge\u0026label=Version\u0026message=1.2.5\u0026color=#dcdcdc\"\u003e\n  \u003c/a\u003e\n  \n  \u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n  [![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=for-the-badge)](#contributors)\n  \u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n\u003c/p\u003e\n\u003cdl\u003e\n  \u003cdt\u003e\u0026nbsp;\u003c/dt\u003e\n\u003c/dl\u003e\n\n# Getting started\n\n## Global instalation\n\n```shell\nnpm i -g beyond\n```\n\n## Install and create beyondJS package\n\n```shell\nnpx @beyond-js/create-package\n```\n\nThe final command is interactive, allowing you to select the type of project you wish to create from the following\noptions:\n\n    -   web: Ready to start a web project that can be distributed on the internet or as a mobile application.\n        Here you can select between use\n        - React\n        - Svelte\n        - Node\n        - Integrate another render engine library.\n    -   node: Ready to distribute as a project to run in a node environment.\n    -   backend: Node project that makes available interfaces that could be consumed in real-time with web socket from another node project or a client project.\n    -   library: Ideal for creating projects intended to be distributed as NPM packages.\n    -   web-backend: Generates a web project with a backend distribution.\n\n-   **--container**: you can use it if you want to create your project in a new folder\n\nFor more information go to [@beyond-js/create-package](https://www.npmjs.com/package/@beyond-js/create-package)\n\nYou can also go to our documentation site to see the [quick start](https://beyondjs.com/docs/quick-start).\n\n# Colaborate with us\n\nWe are looking for developers who want to help us test the project in all environments. If you work in a javascript\nenvironment, and you like the idea of using universal javascript like we do, feel free to download it, try it and\ncontact us.\n\n# Semver\n\nBeyondJS is following [Semantic Versioning 2.0](https://semver.org/).\n\n[//]: # '# Contributors'\n[//]: #\n[//]: # '\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e'\n[//]: # '\u003c!-- prettier-ignore-start --\u003e'\n[//]: # '\u003c!-- markdownlint-disable --\u003e'\n[//]: #\n[//]: # '\u003c!-- markdownlint-restore --\u003e'\n[//]: # '\u003c!-- prettier-ignore-end --\u003e'\n[//]: #\n[//]: # '\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e'\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeyondjs%2Fengine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeyondjs%2Fengine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeyondjs%2Fengine/lists"}