initial commit
This commit is contained in:
16
node_modules/underscore-plus/README.md
generated
vendored
Normal file
16
node_modules/underscore-plus/README.md
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user