The Wayback Machine - https://web.archive.org/web/20200928051913/https://github.com/vince-fugnitto/theia-widget-generator
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.