Git Product home page Git Product logo

new-theia-extension's Introduction


theia logo

ECLIPSE THEIA - EXTENSION GENERATOR TEMPLATE


A makes template that scaffolds a project structure for developing Eclipse Theia extensions.

It closely replicates yeoman based generator-theia-extension.
Produced projects are the same.


How to use

No local installation needed

Every configuration option is available via prompts or via command line in unnatended mode.

Create a sample project

To scaffold a project with a Theia extension including a browser and electron app, run:

npx makes Alexander-Taran/new-theia-extension

Create a widget extension

npx makes Alexander-Taran/new-theia-extension my-widget -s widget

Skip installing dependencies

To skip installing dependencies and building add skip-install

npx makes Alexander-Taran/new-theia-extension my-widget -s widget,skip-install

Standalone extension

To generate extension without browser or electron apps add standalone

npx makes Alexander-Taran/new-theia-extension my-widget -s widget,standalone

makes will create a folder with the name of your project and scaffold the template inside, so you don't have to create the directory beforehand. But you can ask it to scaffold right in the directory where you run it.

To not create a folder for project

To scaffold the extension without creating a directory for it add --here option at the end. It will use current directory as the destination.

npx makes Alexander-Taran/new-theia-extension my-widget -s widget,standalone --here

Fully customized unnatended setup

 npx makes Alexander-Taran/new-theia-extension my-widget --author "Me" --description "Very Cool" --lerna-version "2.4.1" --theia-version "0.24.0" --version "1.2.3" -s standalone,no-vscode,skip-install,widget

Extension Options

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

new-theia-extension's People

Contributors

alexander-taran avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.