[![Build Status](https://travis-ci.org/wunderlist/wunderbits.core.png?branch=master)](https://travis-ci.org/wunderlist/wunderbits.core)
[![Code Climate](https://codeclimate.com/repos/52cd169e695680257e00289c/badges/d0cfebed32e0f3087579/gpa.png)](https://codeclimate.com/repos/52cd169e695680257e00289c/feed)

## How to use

    $ npm install wunderbits.core

## Develop and contribute

You need to have node and npm installed. Then fork this repo and open it in your terminal.

### Install dependencies

    $ make install

### Run tests

    $ make test

### Run tests and watch for changes

    $ make watch

### Generate coverage report

    $ make coverage

### Run JSLint

    $ make lint

### Build for distribution

    $ make build

### Publish to NPM

    $ make publish