]> git.r.bdr.sh - rbdr/dotfiles/blame - atom/packages/vim-mode-visual-block/node_modules/underscore-plus/README.md
Remove mc config
[rbdr/dotfiles] / atom / packages / vim-mode-visual-block / node_modules / underscore-plus / README.md
CommitLineData
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
3Takes the great [underscore](http://underscorejs.org/) library and adds a few
4more things.
5
6## Using
7
8```sh
9npm install underscore-plus
10```
11
12```coffeescript
13_ = require 'underscore-plus' # Has all underscore methods and more
14```