• This repository has been archived on 05/Oct/2022
  • Stars
    star
    118
  • Rank 290,606 (Top 6 %)
  • Language
  • License
    Apache License 2.0
  • Created over 6 years ago
  • Updated 12 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Bundled Yangster electron application

yangster-electron

Build Status Build status

Yangster electron application

Try it out

The executable artifacts can be downloaded from here.

Prerequisites

  • Node.js 8+
  • yarn 1.2.1+
  • Git 2.11+
  • Java 8+ (Currently, Java 9 is not supported.)
  • Python 2.7.x (Python 3, is not supported.)

Quick start

git clone https://github.com/theia-ide/yangster-electron.git \
&& cd yangster-electron \
&& yarn \
&& yarn build \
&& yarn package

The bundled applications will be available under the dist folder.

Publishing a new release

  • Go to the releases page and select the Draft a new release button.
  • Set the desired version and select the target branch. The version should match the v\d+\.\d+\.\d+ patten. For instance, v2.12.4. By default, the target branch is master, which is fine for our use-case.
  • Select Save draft.
  • Update the product version in the package.json. The new version should match with the previously configured version of the draft release. Note, the leading v should be omitted from the version in the package.json.
  • Commit your changes and push to the remote.
  • CIs will automatically start a new build with your most recent modifications. Once the builds are green, the artifacts will be uploaded and attached by the CIs to your release.
  • Go the releases page and select your release draft you would like to finalize. Select edit.
  • Here, you can make some additional changes. You can remove exisiting artifacts or even upload additional ones manually. When you are ready, select Publish release.
  • ✨

Troubleshooting

"Don't expect that you can build app for all platforms on one platform."

Install glib on OS X with brew install glib or update it with brew upgrade glib if you see:

dyld: Library not loaded: /usr/local/opt/glib/lib/libglib-2.0.0.dylib
Referenced from: /Users/username/Library/Caches/electron-builder/appimage/appimage-9.0.1/darwin/appimagetool
Reason: Incompatible library version: appimagetool requires version 5401.0.0 or later, but libglib-2.0.0.dylib provides version 5001.0.0

Install wine on OS X by running brew install wine if you see:

Error: Cannot check wine version: Error: Exit code: ENOENT. spawn wine ENOENT

Set the VCTargetsPath environment variable with SET VCTargetsPath=path\to\MSBuild\Microsoft.Cpp\v4.0\v140, and do npm config set msvs_version 2017 --global if you are facing with the following error on Windows:

error MSB4019: The imported project "some\invalid\path\Microsoft.Cpp.Default.props" was not found. Confirm that the path in the <Import> declaration is correct, and that t he file exists on disk.

More Repositories

1

theia-apps

Theia applications examples - docker images, desktop apps, packagings
Dockerfile
1,043
star
2

sprotty

A next-gen web-based graphics framework
TypeScript
138
star
3

racket-language-server

Racket Language Server
Racket
46
star
4

yangster

Yangster is a YANG IDE based on Theia
TypeScript
42
star
5

theia-xtext

A Theia Application with DSL support through an Xtext Language Server
TypeScript
29
star
6

theia-trace-extension

Theia trace viewer extension using the tsp-typescript-client (https://github.com/theia-ide/tsp-typescript-client) and Trace Server Protocol (https://github.com/theia-ide/trace-server-protocol).
TypeScript
27
star
7

theia-extension-example

The example of how to build the Theia-based app with the custom markdown extension.
TypeScript
24
star
8

theia-sprotty-example

An example application integrating Sprotty views with Theia
TypeScript
18
star
9

timeline-chart

A timeline / gantt chart library for large data (e.g. traces)
TypeScript
18
star
10

trace-server-protocol

Specification of the Trace Server Protocol
Python
17
star
11

theia-go-extension

Theia Go Extension
TypeScript
15
star
12

extension-registry

An open-source registry for VS Code extensions
TypeScript
11
star
13

theia-rust-extension

A Theia extension to support the Rust programming language
TypeScript
10
star
14

theia-php-extension

PHP Extension for Theia IDE
TypeScript
9
star
15

tsp-typescript-client

Client-side implementation, in typescript, of the Trace Server Protocol (https://github.com/theia-ide/trace-server-protocol).
TypeScript
9
star
16

theia-plantuml-extension

PlantUML Extension for Theia IDE
TypeScript
8
star
17

theia-xml-extension

XML extension for Theia
TypeScript
7
star
18

yang-eclipse

An Eclipse Plug-in for YANG
Xtend
6
star
19

tracing_codegen

An example language, using the traced code generation
Xtend
5
star
20

theia-csharp-extension

C# extension for Theia
TypeScript
5
star
21

tsp-python-client

Client-side implementation, in Python, of the Trace Server Protocol (TSP) (https://github.com/theia-ide/trace-server-protocol)
Python
5
star
22

theia-callhierarchy-extension

A Theia Extension Adding a Call Hierarchy View
TypeScript
5
star
23

theia-sprotty

Glue code for sprotty diagrams in Theia
TypeScript
5
star
24

theia-vscodecov

Test VS Code API coverage against Theia for any VS Code extension
JavaScript
4
star
25

theia-racket-extension

A Theia extension to Support the Racket programming language
TypeScript
4
star
26

vscode-trace-extension

Trace viewer extension for Theia applications and vscode
TypeScript
3
star
27

theia-ruby-extension

Theia extension to support Ruby.
TypeScript
3
star
28

theia-docker-extension

Adds DockerFile language support to Theia
TypeScript
3
star
29

haskell-theia-extension

Theia extension for Haskell support
JavaScript
3
star
30

theia-timeline-extension

TypeScript
2
star
31

theia-json-extension

[DEPRECATED] Moved to theia-ide/theia
TypeScript
2
star
32

theia-asciidoc-extension

Asciidoctor extension for Theia
TypeScript
2
star