{"id":15164292,"url":"https://github.com/phaserjs/editor-starter-template-basic-typescript","last_synced_at":"2026-02-04T05:36:19.504Z","repository":{"id":232414387,"uuid":"784248250","full_name":"phaserjs/editor-starter-template-basic-typescript","owner":"phaserjs","description":"A starter typescript template for Phaser Editor v4.","archived":false,"fork":false,"pushed_at":"2024-04-09T15:25:59.000Z","size":115,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-04-03T22:41:49.931Z","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/phaserjs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2024-04-09T13:32:20.000Z","updated_at":"2024-04-09T13:32:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"58c794b2-05fc-4f85-88df-7613492d8c81","html_url":"https://github.com/phaserjs/editor-starter-template-basic-typescript","commit_stats":{"total_commits":31,"total_committers":2,"mean_commits":15.5,"dds":0.4838709677419355,"last_synced_commit":"388534daa9f580b5a9a8fe7896ee0db4329e0562"},"previous_names":["phaserjs/editor-starter-template-basic-typescript"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/phaserjs/editor-starter-template-basic-typescript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phaserjs%2Feditor-starter-template-basic-typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phaserjs%2Feditor-starter-template-basic-typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phaserjs%2Feditor-starter-template-basic-typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phaserjs%2Feditor-starter-template-basic-typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phaserjs","download_url":"https://codeload.github.com/phaserjs/editor-starter-template-basic-typescript/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phaserjs%2Feditor-starter-template-basic-typescript/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263984747,"owners_count":23539762,"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-09-27T03:03:51.606Z","updated_at":"2026-02-04T05:36:19.477Z","avatar_url":"https://github.com/phaserjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Basic TypeScript project template for Phaser Editor v4.\n\nThis is a Phaser Editor 2D v4 project template.\n\n## Configuration\n\n* It includes the latest Phaser v3 runtime as a node package.\n* It is coded in TypeScript. The `tsc` is included as a node package.\n* It includes a VS Code project configuration (`jsconfig.json` file).\n\n## Compiles the source code\n\nThis project is based on TypeScript so to get the game, first, you need to install TypeScript and other dependencies:\n\n```bash\n$ npm install\n$ npm update\n```\n\nThen, for running the game, you need to compile the TypeScript files:\n\n```bash\n$ npm run build\n```\n\nIt outputs the JavaScript code into the `game.js` file.\n\nOften, you would like to run the TypeScript compiler in watch mode:\n\n```bash\n$ npm start\n```\n\n## Run the editor\n\n* If you have NodeJS installed, you can run the editor using the `editor` NPM script, defined in the `package.json` file:\n\n    ```bash\n    $ npm install\n    $ npm run editor\n    ```\n\n* If you are in a remote environment (like the Gitpod.io IDE), then run the editor like this:\n\n    ```bash\n    $ npm run editor-remote\n    ```\n\n* If you want to see all the editor options, run:\n\n    ```bash\n    $ npx phasereditor2d-launcher -help\n    ```\n\n* If Phaser Editor 2D Core is globally installed, you can run:\n\n    ```bash\n    $ PhaserEditor2D -project .\n    ```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphaserjs%2Feditor-starter-template-basic-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphaserjs%2Feditor-starter-template-basic-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphaserjs%2Feditor-starter-template-basic-typescript/lists"}