Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Local Terminal Interpreter with "cd" and "npm"

Hi Ilya,


2016-06-17 21:51 GMT+02:00 Ilya Buziuk <ibuziuk@xxxxxxxxxx>:
Hello, Angelo
I do believe this is very useful functionality for bower / npm. 

Very glad this idea please you!
 
Basically, bower / npm tools covers only install & update, which is pretty limited and will not replace CLI in many.  cases. I really like the idea with providing extension point for different interpreters, so that other CLI based tools can be adapted for the terminal. 

It's exactly my idea! I'm cleaning my code to support extension point. For the moment, I will host my plugin in typescript.java.

Here 2 new demos with Angular2 

 * with "ng new" : after ng new create an angular2 project, the interpreter create an Eclipse Project and opens the generated package.json:
 



 * with "ng server": when you start ng server, the interpreter open a Web Browser when trace "Serving on http://localhost:4200/" appears:



I think, we can imagine a lot of features with this interpreter.

Regard's Angelo



_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/wtp-dev


_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/wtp-dev

Attachment: ngserver.gif
Description: GIF image


Back to the top