
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
generator-theia-extension
Advanced tools
Helps to setup the project structure for developing extensions to the Theia IDE
A yeoman generator that scaffolds a project structure for developing custom Eclipse Theia applications and extensions.
Please also see:
To use it, install yo
(version 4.x.x) and the generator
(see next below).
npm install -g yo generator-theia-extension
To create a sample Theia project (optionally with custom Theia extensions) including a browser and electron app, run:
mkdir my-theia-app && cd my-theia-app
yo theia-extension
For configuration options, see:
yo theia-extension --help
The generator allows to generate an example extension that is directly part of the generated Theia application. Alternativly, you can select 'no-extension' to just generate a Theia application without a custom extension.
Template Option | Description | Documentation |
---|---|---|
hello-world | Creates a simple extension which provides a command and menu item which displays a message | readme |
widget | Creates the basis for a simple widget including a toggle command, alert message and button displaying a message. The template also contains an example unit test. | readme |
labelprovider | Creates a simple extension which adds a custom label (with icon) for .my files | readme |
tree-editor | Creates a tree editor extension | readme |
empty | Creates a simple, minimal extension | readme |
backend | Creates a backend communication extension | readme |
diagram-editor | Creates a diagram editor extension | readme |
no-extension | Creates a Theia application without any extension |
Follow this instruction to login to the npm registry with a user account.
If you don't have an account contact Theia organization to request one.
Publish with np.
npx np
"Theia" is a trademark of the Eclipse Foundation https://www.eclipse.org/theia
FAQs
Helps to setup the project structure for developing extensions to the Theia IDE
The npm package generator-theia-extension receives a total of 118 weekly downloads. As such, generator-theia-extension popularity was classified as not popular.
We found that generator-theia-extension demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.