# {{project}}

[![build status][build-png]][build]
[![Davis Dependency status][dep-png]][dep]

[![NPM][npm-png]][npm]

{{description}}

## Example

```js
var {{projectCamelized}} = require("{{project}}");

// TODO. Show example
```

## Installation

`npm install {{project}}`

## Tests

`npm test`

## NPM scripts

 - `npm run cover` This runs the tests with code coverage
 - `npm run lint` This will run the linter on your code
 - `npm test` This will run the tests.
 - `npm run trace` This will run your tests in tracing mode.
 - `npm run travis` This is run by travis.CI to run your tests
 - `npm run view-cover` This will show code coverage in a browser

## Contributors

 - {{gitName}}

## MIT Licenced

  [build-png]: https://secure.travis-ci.org/{{username}}/{{project}}.png
  [build]: https://travis-ci.org/{{username}}/{{project}}
  [dep-png]: https://david-dm.org/{{username}}/{{project}}.png
  [dep]: https://david-dm.org/{{username}}/{{project}}
  [npm-png]: https://nodei.co/npm/{{project}}.png?stars&downloads
  [npm]: https://nodei.co/npm/{{project}}
