Skip to content
This repository has been archived by the owner on Jul 3, 2018. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 470 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 470 Bytes

Theia plugin yeoman generator

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

To use it, install yo and then generator

npm install -g yo @wiptheia/generator-theia-plugin

To create a sample project with a Theia plugin, run

yo @wiptheia/theia-plugin

For configuration options, see

yo theia-plugin --help 

License

Apache-2.0