# underscore-plus [![OS X Build Status](https://travis-ci.org/atom/underscore-plus.svg?branch=master)](https://travis-ci.org/atom/underscore-plus) [![Windows Build Status](https://ci.appveyor.com/api/projects/status/c7l8009vgpaojxcd/branch/master?svg=true)](https://ci.appveyor.com/project/Atom/underscore-plus/branch/master) [![Dependency Status](https://david-dm.org/atom/underscore-plus.svg)](https://david-dm.org/atom/underscore-plus) Takes the great [underscore](http://underscorejs.org/) library and adds a few more things. ## Using ```sh npm install underscore-plus ``` ```coffeescript _ = require 'underscore-plus' # Has all underscore methods and more ```