ut-tools
Version:
Build and Release management automation package.
17 lines (12 loc) • 669 B
Markdown
# underscore-plus
[](https://travis-ci.org/atom/underscore-plus)
[](https://ci.appveyor.com/project/Atom/underscore-plus/branch/master)
[](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
```