Skip to content

A Yeoman generator scaffolding Theia IDE extensions for Views / Widgets

License

Notifications You must be signed in to change notification settings

vince-fugnitto/theia-widget-generator

Repository files navigation

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

About

A Yeoman generator scaffolding Theia IDE extensions for Views / Widgets

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published