A Yeoman generator that scaffolds a project structure for developing extensions which contribute views to the Theia IDE.
npm install -g yo
git clone [email protected]:vince-fugnitto/theia-widget-generator.git
Create a global symlink to be able to locally run the generator
cd theia-widget-generator
npm link
mkdir test-extension
cd test-extension
yo theia-widget
Browser
cd browser-app/ && yarn start
Electron
cd electron-app/ && yarn start