]>
Commit | Line | Data |
---|---|---|
24c7594d BB |
1 | # underscore-plus [![Build Status](https://travis-ci.org/atom/underscore-plus.svg?branch=master)](https://travis-ci.org/atom/underscore-plus) |
2 | ||
3 | Takes the great [underscore](http://underscorejs.org/) library and adds a few | |
4 | more things. | |
5 | ||
6 | ## Using | |
7 | ||
8 | ```sh | |
9 | npm install underscore-plus | |
10 | ``` | |
11 | ||
12 | ```coffeescript | |
13 | _ = require 'underscore-plus' # Has all underscore methods and more | |
14 | ``` |