Istanbul

Istanbul 0.4.3 updated

Code Coverage is a metric used in software development describing the amount of code that has been tested. The higher it is the better it is. Istanbul is a toolkit from Yahoo's engineers,created to help developers in testing their code. Istanbul can be...

YUIDoc

YUIDoc 0.9.0 updated

YUIDoc is the official documentation generator used by the Yahoo! team for the Yahoo! User Interface 3.x (YUI) series. The app works by scanning JavaScript code for comments, and using them as documentation for the code itself. YUIDoc can be used to...

Yeti

Yeti 0.2.29

Developed for Yahoo, Yeti starts unit tests via the Node.js console, opening browser mocking toolkits like Selenium, running the tests, and then reporting on the results back in the console.Yeti can work with tests written in various testing frameworks...

Shifter

Shifter 0.5.0

Created to replace the YUI Build Tool, Shifter is a powerful build and scaffolding toolkit developed on top of Gears.js. Shifter works just like the aforementioned tools, building HTML, JS and CSS projects found inside a designated folder.It works by...

The Yahoo! User Interface Library (or just YUI) centers around building interactive web applications using techniques such as DOM scripting, the MVC paradigm, DHTML, and AJAX.YUI includes several core CSS resources for easy deployment of the pre-built...

Mojito

Mojito 0.9.8

Mojito was created by Yahoo! and was open sourced to the JS development community.The framework allows developers to write client and server-side components in JavaScript, and works with client-side (browsers) and server-side (Node.js)...

Gear.js

Gear.js 0.9.7

Gear.js is a tool developers will need when working on complex projects with hundreds of files and folders.This tool will help them automate a series of operations like testing, checking syntax, concatenating, and minifying files. All these with the...

Pure

Pure 0.6.0

Pure is more than a collection of CSS and JS modules for powering frontend interface components, it's a coding guideline as well.Pure not only provides a set of ready-made components and widgets, but also shows developers how to organize and code their...

YUI Test

YUI Test 1.0.0b2

Tests can be written using simple JavaScript code and then executed either in a browser or via the JS console.YUI Test follows the guidelines set by other xUnit frameworks, allowing developers to easily write unit tests using a simple syntax, and get the...