# theia-generator-plugin **Repository Path**: mirrors_eclipse/theia-generator-plugin ## Basic Information - **Project Name**: theia-generator-plugin - **Description**: No description available - **Primary Language**: Unknown - **License**: EPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2025-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Theia plugin yeoman generator A [Yeoman](yeoman.io) generator that scaffolds a project structure for developing plug-ins to the [Theia IDE](https://github.com/theia-ide/theia). To use it, install yo and then generator ``` npm install -g yo @theia/generator-plugin ``` To create a sample project with a Theia plugin, run ``` yo @theia/plugin ``` For configuration options, see ``` yo @theia/plugin --help ``` ## Developer In order to try/develop this generator, let assume there is no module `@theia/generator-plugin` installed at global state. Then, compile this project by using ``` yarn ``` You only have to use ``` yo @theia/plugin ``` to try your newly version that you've compiled ## License [EPL-2.0](LICENSE)