How do I import a Github repository into Nodeclipse (Enide)?

eclipse, node.js, nodeclipse

Solution

Run ` npm install -g nodeclipse `

And from the source code directory run ` nodeclipse -p ` After this you can import as normal project: File -> Import -> General / Existing Projects into Workspace

Problem

I've got Nodeclipse (Enide Studio) up and running, and I can edit code and run a simple "Hello World" Node.js app from within Enide. However, I can't figure out how to import a Node.js project from Github into Enide and run it under the "Node" perspective. Can someone enlighten me as to the steps?

Original source