Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 899 Bytes

README.md

File metadata and controls

51 lines (35 loc) · 899 Bytes
Theia Widget Generator

A Yeoman generator that scaffolds a project structure for developing extensions which contribute views to the Theia IDE.

Installation and Usage

Install Yo

npm install -g yo

Clone the repository

git clone git@github.com:vince-fugnitto/theia-widget-generator.git

Create a global symlink to be able to locally run the generator

cd theia-widget-generator
npm link

Generate a new extension

mkdir test-extension
cd test-extension
yo theia-widget

Run the extension

Browser

cd browser-app/ && yarn start

Electron

cd electron-app/ && yarn start

License

Apache-2.0