
# <%= moduleName %>

> <%= desc %>


## Usage

How to use `<%= className %>`:

@todo


## Conventions

@todo

- Single entrypoint
- Partner `.test.js` file


## Scripts

- `npm run bump` Increment the package version and publish (git tag). I.e. `npm
  run bump minor`.
- `npm run clean` Kill old build artifacts.
- `npm test` Run all unit tests once. Test coverage results will be placed in
  `./coverage/<platform>`.
- `npm run test:watch` Execute tests continuously as files are updated.
- `npm run build` Clean old build artifacts and run webpack for production.
- `npm run build:watch` Build whenever src files change
