UnderScore.coffee

A utility library for JavaScript and CoffeeScript applications. UnderScore.coffee is the CoffeeScript adaption of the underscore library created by Jeremy Ashkenas.

Testing

UnderScore.coffee has rigorous specs implemented using the Jasmine testing framework. The specs are ran by opening SpecRunner.html in a browser. Grunt is used for automatic compiling of CoffeeScript into JavaScript.

Technology Stack

  1. CoffeeScript
  2. Jasmine
  3. Grunt