Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

theia-ide/theia-yaml-extension

 
 

Repository files navigation

No longer maintained in favor of https://github.com/redhat-developer/vscode-yaml


Gitpod - Code Now Build Status

Theia YAML Extension

Adds YAML support to Theia IDE (https://theia-ide.org). To be installed as an extension.

Developing and Trying out

The easiest way to get your hands on this extension is to start this repo using Gitpod.io: Gitpod - Code Now

For local installation:

  • clone
  • yarn
  • cd browser-app
  • yarn start ..

Running the Electron example

yarn rebuild:electron
cd electron-app
yarn start

Publishing

Create a npm user and login to the npm registry, more on npm publishing.

npm login

Publish packages with lerna to update versions properly across local packages, more on publishing with lerna.

npx lerna publish

About

YAML extension for Theia IDE

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%