![Version](https://img.shields.io/npm/v/pocketlab.svg)
![License](https://img.shields.io/npm/l/pocketlab.svg)
![Coverage](https://img.shields.io/coveralls/github/<org-name>/pocketlab.svg)

# pocketlab
_<service-description>_  

<table>
  <tbody>
    <tr>
      <td><b>Downloads</b></td>
      <td><a href="https://www.npmjs.com/package/pocketlab">https://www.npmjs.com/package/pocketlab</a></td>
    </tr>
    <tr>
      <td><b>Source</b></td>
      <td><a href="https://github.com/<org-name>/pocketlab">https://github.com/<org-name>/pocketlab</a></td>
    </tr>
    <tr>
      <td><b>Documentation</b></td>
      <td><a href="https://<org-name>.github.io/pocketlab">https://<org-name>.github.io/pocketlab/</a></td>
    </tr>
  </tbody>
</table>

## Intro
Why you should use this brilliant tool

## Installation
From NPM:
```shell
$ npm install pocketlab --only=prod
```
From GitHub:
```shell
$ git clone https://github.com/<org-name>/pocketlab
$ cd pocketlab
$ npm install --only=prod
```

## Usage
How to import and use each class or function in the module...

## Dev Installation
```shell
$ npm install --only=dev 
  # or
$ npm install -g <global-dependencies>
$ npm install <local-dependencies> 
```

## Test
```shell
$ npm test
```

## Build
```shell
$ npm run build
```

## Report
```shell
$ npm run coverage
```

## Collaboration Notes
A collaborator should always **FORK** the repo from the main master and fetch changes from the upstream repo before making pull requests. Please add unittests and documentation for any features added in the pull request.



