Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bjdixon committed Oct 10, 2015
1 parent ccbeae7 commit 9e10fc2
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,26 @@
[![Dependency Status](https://david-dm.org/bjdixon/xo.svg)](https://david-dm.org/bjdixon/xo)
[![devDependency Status](https://david-dm.org/bjdixon/xo/dev-status.svg)](https://david-dm.org/bjdixon/xo#info=devDependencies)

xo
==
Helper utils for working with functions and arrays in JavaScript. Full documentation at http://bjdixon.github.com/xo/

Helper functions for working with functions and arrays.
## Introduction
xo is essentially a stripped down version of an underscore/lodash type library. I've only implemented the functions that I use the most and those that can be used to create the remaining functions from these types of library.

Contains
--------
##Source code
The source is available at:
[http://github.com/bjdixon/xo](http://github.com/bjdixon/xo/src/xo.js).

##Installation
Download and add to your html pages.

<script type="text/javascript" src="xo.min.js"></script>

### Node installation
Using [npm]:

npm install xo-utils

### Contains

* partial
* filter
Expand All @@ -24,3 +37,4 @@ Contains
* isNumber
* isBoolean
* maybe

0 comments on commit 9e10fc2

Please sign in to comment.