{"id":20198832,"url":"https://github.com/eclipsesource/eclipse-theia-examples","last_synced_at":"2025-07-15T11:36:12.875Z","repository":{"id":33978505,"uuid":"147338852","full_name":"eclipsesource/eclipse-theia-examples","owner":"eclipsesource","description":"Examples for Eclipse Theia","archived":false,"fork":false,"pushed_at":"2022-12-10T17:25:46.000Z","size":2948,"stargazers_count":10,"open_issues_count":21,"forks_count":12,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-04T09:52:52.260Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/eclipsesource.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-04T11:56:59.000Z","updated_at":"2024-02-27T16:31:31.000Z","dependencies_parsed_at":"2023-01-15T04:01:16.403Z","dependency_job_id":null,"html_url":"https://github.com/eclipsesource/eclipse-theia-examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eclipsesource/eclipse-theia-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipsesource%2Feclipse-theia-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipsesource%2Feclipse-theia-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipsesource%2Feclipse-theia-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipsesource%2Feclipse-theia-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eclipsesource","download_url":"https://codeload.github.com/eclipsesource/eclipse-theia-examples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipsesource%2Feclipse-theia-examples/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265432379,"owners_count":23764083,"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-11-14T04:34:21.311Z","updated_at":"2025-07-15T11:36:12.821Z","avatar_url":"https://github.com/eclipsesource.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eclipse Theia Examples\n[![Build Status](https://travis-ci.org/eclipsesource/eclipse-theia-examples.svg?branch=master)](https://travis-ci.org/eclipsesource/eclipse-theia-examples)\n\nThis repository contains code examples for common extension scenarios, e.g. adding a menu contribution, in Eclipse Theia. \n\n## Prerequisites\n\nInstall [nvm](https://github.com/creationix/nvm#install-script).\n\n    curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.5/install.sh | bash\n\nInstall npm and node.\n\n    nvm install 10\n    nvm use 10\n\nInstall yarn.\n\n    npm install -g yarn\n\nInstall linux packages (if necessary).\n\n    sudo apt-get install g++-4.8 libsecret-1-dev xvfb libx11-dev libxkbfile-dev\n\n## Install dependencies\n\n    yarn\n\n## Running the browser example\n\n    yarn rebuild:browser\n    cd browser-app\n    yarn start\n\nOpen http://localhost:3000 in the browser.\n\n## Running the Electron example\n\n    yarn rebuild:electron\n    cd electron-app\n    yarn start\n\n## Developing with the browser example\n\nGo to Tasks -\u003e Run Task... and select `Theia Examples: Browser Development` in VS code.\n\nOpen http://localhost:3000 in the browser.\n\n## Developing with the Electron example\n\nStart watching of label-contribution-example.\n\n    cd label-contribution-example\n    yarn watch\n\nStart watching of editor-example.\n\n    cd editor-example\n    yarn watch\n\nStart watching of command-example.\n\n    cd command-example\n    yarn watch\n\nStart watching of the electron example.\n\n    yarn rebuild:electron\n    cd electron-app\n    yarn watch\n\nLaunch `Start Electron Backend` configuration from VS code.\n\n ## License\nThis project is licensed under the MIT License. See the [LICENSE file](https://github.com/eclipsesource/eclipse-theia-examples/blob/master/LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclipsesource%2Feclipse-theia-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feclipsesource%2Feclipse-theia-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclipsesource%2Feclipse-theia-examples/lists"}