Archive for December, 2014

Streaming Build System–gulp »

Gulp does nothing but provide some streams and a basic task system. With gulp, With Gulp your build file is code, not config You use standard libraries to do things Plugins are simple and do one thing – most are a ~20 line function Tasks are executed with maximum concurrency I/O works the way you […]

AngularJS IDE »

AngularJS Eclipse Plugin extends Eclipse WTP to : provides an HTML editor which supports AngularJS expression and directive. See HTML featuresfor more informations. provides an Angular Explorer view which displays modules, controllers of your project in a tree. provides a Javascript editor which supports AngularJS features (modules, etc). See Javascript features for more informations. AngularJS […]

Javascript Code Analysis Engine »

Tern is a stand-alone code-analysis engine for JavaScript. It is intended to be used with a code editor plugin to enhance the editor’s support for intelligent JavaScript editing. Features provided are: Autocompletion on variables and properties Function argument hints Querying the type of an expression Finding the definition of something Automatic refactoring Tern is open-source […]