aboutsummaryrefslogtreecommitdiff
path: root/atom/packages/vim-mode-visual-block/node_modules/underscore-plus/README.md
blob: dd7b4c00eb9c285df361f0901899520e63b8cbc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# underscore-plus [![Build Status](https://travis-ci.org/atom/underscore-plus.svg?branch=master)](https://travis-ci.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
```