🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

theide-extension

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

theide-extension

Theide is an ide for developing theos based code

latest
npmnpm
Version
1.4.2
Version published
Weekly downloads
19
90%
Maintainers
1
Weekly downloads
 
Created
Source

Theide

Theide is an ide for developing theos based code

Getting started

Install nvm.

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

Install npm and node.

    nvm install 10
    nvm use 10

Install yarn.

    npm install -g yarn

Install macOS dependencies

    brew install ldid xz expect make git perl ccls

Install linux dependencies

    apt install fakeroot git perl build-essential ccls

Running

    yarn
    cd theide
    yarn package:preview

on linux:

    dist/linux-unpacked/theide

on macOS:

    dist/mac/theide.app

Packaging

    yarn
    cd theide
    yarn package

Keywords

theia-extension

FAQs

Package last updated on 18 Dec 2020

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