Socket
Book a DemoInstallSign in
Socket

@eclipse-emfcloud/theia-tree-editor

Package Overview
Dependencies
Maintainers
7
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eclipse-emfcloud/theia-tree-editor

Theia tree editor provides a framework to build tree master detail editors for editing model based data in Eclipse Theia.

latest
Source
npmnpm
Version
0.7.0-next.3da9d6a
Version published
Weekly downloads
21
133.33%
Maintainers
7
Weekly downloads
 
Created
Source

Theia Tree Editor

Theia tree editor provides a framework to build tree master detail editors for editing model based data in Eclipse Theia.

Documentation about the editor's components and how to set up a custom editor can be found in the documentation. For a small development example using this framework, checkout the Github repository.

For more information, please visit the EMF.cloud Website. If you have questions, contact us on our spectrum chat and have a look at our communication and support options.

Setup

Install nvm.

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.36.0/install.sh | bash

Install npm and node.

nvm install 12.18.4
nvm use 12.18.4

Install yarn.

npm install -g yarn

Install dependencies and build the framework

yarn

License

This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0 which is available at http://www.eclipse.org/legal/epl-2.0.

This Source Code may also be made available under the following Secondary Licenses when the conditions for such availability set forth in the Eclipse Public License v. 2.0 are satisfied: MIT.

SPDX-License-Identifier: EPL-2.0 OR MIT

FAQs

Package last updated on 16 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts