Edge.js

Edge.js 5.0.0 updated

Edge.js allows developers to use .NET functions inside Node.js code and vice versa. It basically provides a bridge between V8 and CLR, allowing both languages to run in the same CPU process. Edge.js broadens the scope for both Node.js and .NET...

Broccoli

Broccoli 0.16.9 / 1.0.0-beta.6 updated

Broccoli works based on a "Brocfile.js" file. In this file developers can place various build (compilation) instructions which are executed every time an application is loaded on the client's side. By running the "broccoli serve" command, any changes...

Closure Compiler

Closure Compiler 20160125 updated

The Closure Compiler was written in Java and it has for many years achieved the best results when it come to analyzing, validating, and compressing JavaScript code for the Web. It's unique from other compilers not only because it compresses code...

IcedCoffeeScript is based on CoffeeScript, a programming language that compiles into JavaScript, and natively supports all .coffee files.The main difference between the original CoffeeScript language and IcedCoffeeScript is the latter's support for...

Apache Buildr

Apache Buildr 1.4.23 updated

Apache Buildr is basically a Java build system based on Ruby's Rake.Just like the original Rake, Buildr lets developers build bigger projects out of smaller ones, supporting complex task procedures that can assemble any type of files together and automate...

pyScss

pyScss 1.3.4

pyScss compress SCSS code into CSS, allowing Python developers to use SCSS inside their Python apps.Sass is a Cascading Style Sheets (CSS) metalanguage.It is a scripting language that is interpreted into CSS.The module is fully compatible with SCSS (Sass)...

Cruncher

Cruncher 3.1.0 updated

Cruncher was created to promote professional practices when it comes to developing Web applications in C# & ASP.NET. Instead of simply dumping your CSS and JavaScript code into the final application, using Cruncher lets developers easily merge and then...

PyPy.js

PyPy.js 0.3.1 updated

PyPy.js is the PyPy JiT (Just-in-Time) compiler translated to JavaScript using Emscripten. PyPy.js leverages the work put together into creating a better and faster Python compiler via the PyPy project and avoids re-writing and re-making the same mistakes...