Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

theia-ide/yang-eclipse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yang-eclipse

An Eclipse Plug-in for YANG using a YANG language server and a YANG diagram based on sprotty.

Install it

YANG for Eclipse is available from the Eclipse Marketplace. Just drag this button to your running Eclipse

Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client

Build It Yourself

Requirements: Java 8, node 8, yarn 1.0.2

git clone https://github.com/theia-ide/yang-eclipse.git
cd yang-eclipse/diagram
yarn 
cd ../yang-eclipse
mvn clean install