sbegaudeau / AngularJS-Eclipse-Tools

AngularJS Eclipse Tools
14 stars 29 forks source link

README.md documentation suggestions #2

Open dlmiles opened 11 years ago

dlmiles commented 11 years ago

Some information is missing for someone finding this project trying to evaluate it (for use and contribution).

HTML/XML markup code completion: Production Some other feature: Production, New this version Another features: Beta quality

There is currently no public update site for this project. Please build from sources.

(Alternatively some projects are able to use their github account to host an update site. Maybe when a version is worth tagging it could be published to a different repository. Accessibility is important to gain traction and additional contributors, for every 1000 that download it maybe 1 will contribute something.).

Splaktar commented 10 years ago

It's not clear in the readme what features this plugin provides. Is there somewhere else to find that?

dlmiles commented 10 years ago

Can build it an let us all know :)

sbegaudeau commented 10 years ago

Sorry for the delay in my response but I had a lot of things to work on in the past months. My goal with this project was to bring some tooling for Node.js, Angular.js in Eclipse. I was/am still experimenting what I would like to see inside Eclipse to speed up my Node.js/Angular.js application development.

I wanted to be able to create AngularJS projects that would show (in a similar fashion as bndtools for example) the components they contain (directives, services, controllers, etc). I wanted to be able to validate statically in the Eclipse workspace, the dependencies between all those components and to be able to see a graph of all those dependencies.

I have started to work on some wizards to create new projects, services, controllers or directives just like the Yeoman Angular generator.

I also started to prototype some things with the Chrome Debugger protocol on my computer to improve debugging web applications in Eclipse.