Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] [JSDT] Contributing to the creation of a node.js / bower / npm tooling for Eclipse

Heya,

Thanks for submitting it. What I saw at eclipsecon looked really good. 

My team and I will be quite busy at a meeting  next week but we wil definitely do our best to look more into this one. 

About contributing it j think it might make sense to split it up in pieces - ie. If there are Parts that can be contributed without depending on node et.al. That requires cq's. 



/max
http://about.me/maxandersen


> On 31 Oct 2014, at 11:32, Stéphane Bégaudeau <stephane.begaudeau@xxxxxxx> wrote:
> 
> Hi,
> 
> I will start by presenting myself, my name is Stéphane Bégaudeau, I am working for Obeo <https://www.eclipse.org/membership/showMember.php?member_id=863> and I am a contributor or leader in some projects of the Eclipse Foundation. I may have seen some of you during EclipseCon Europe 2014 this week while I was presenting a talk on web application development.
> 
> I would like to contribute to the Eclipse JSDT project to improve the tooling for JavaScript and front-end development. I am currently working on the integration of tools like npm, bower, node, gulp and grunt in the Eclipse IDE. You can find my code on Github <https://github.com/sbegaudeau/webtools.jsdt>, it’s still a work in progress with some experiments inside. When my code will be more stable and tested, I will try to contribute it using Gerrit.
> 
> In the end, this tooling would include:
> - a launch configuration for node.js applications
> - a basic Java implementation of bower built on top of JGit and a Java implementation of node.js semantic versioning <https://github.com/npm/node-semver> engine
> - actions dedicated to bower, npm, grunt and gulp
> - dedicated views to manage the dependencies of a node application or web application project (bower and nom dependencies)
> - some preferences pages
> - some wizards for JavaScript and web applications (in order to make users follow some of the best practices available)
> - a builder that can be plugged to gulp or grunt
> 
> I have attached a couple screenshots in order to show you what I had in mind or what I have already done.
> 
> Regards,
> 
> Stephane Bégaudeau, Obeo
> 
> 
> <Bower Actions.png>
> <Node Launch Configuration.png>
> <NPM Actions.png>
> <NPM views.png>
> <Node Semver Tests.png>

Back to the top