]> git.r.bdr.sh - rbdr/dotfiles/blob - atom/packages/ex-mode/node_modules/underscore-plus/README.md
Adds atom
[rbdr/dotfiles] / atom / packages / ex-mode / node_modules / underscore-plus / README.md
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 ```