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

Latest commit

 

History

History
21 lines (14 loc) · 955 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 955 Bytes

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