Install Eclipse plugins from command line like `nodeclipse install egit` or `nodeclipse update jshint` from eclipse path. Goes well with TCF Local Terminal. See screenshot. Installing from command ...
CoffeeScript Editor let's you edit *.coffee files with some advanced features. Highlights include - syntax highlighting - variable autocompletion in the current namespace - correct autoindent T...
`jjs` is util inside Java 8 JDK to work with Nashorn JavaScript engine (https://blogs.oracle.com/nashorn/). Nodeclipse JJS feature lets you create new Nashorn project, edit JavaScript files and exe...
http://phantomjs.org/ says "PhantomJS is a headless WebKit scriptable with a JavaScript API", that is browser without UI that you can control using JavaScript. Often used in automated tes...