old Nodeclipse CoffeeScript Viewer (Editor before Eclipse 4.3.1)
CoffeeScript Editor let's you edit *.coffee files with some advanced features. Highlights include - syntax highlighting - variable autocompletion in the current namespace - correct...
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...
`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...
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...