## Developer

### Test

To run the test suite:

```
npm test
```

### Cover

To generate code coverage:

```
npm run cover
```

### Lint

Run the source tree through [jshint][] and [jscs][]:

```
npm run lint
```

### Docs

To build all documentation:

```
npm run docs
```

### Readme

To build the readme file from the partial definitions (requires [mdp][]):

```
npm run readme
```
