[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
![title](https://user-images.githubusercontent.com/185555/51809597-fa710e80-2306-11e9-806d-72c58a0ff0db.png)


This module contains the client tools of the [UIHarness](https://uiharness.com) running in [electron](https://electronjs.org/) including:

- Electron specific modules, helpers and utilities.
- Electron specific UI components.

<p>&nbsp;</p>


## Installation

Include in the `dependencies` of your **package.json**, along with the corresponding **core** dev-server in `devDependencies`:

```json
{
  "dependencies": {
    "@uiharness/electron": "x.x.x"
  },
  "devDependencies": {
    "@uiharness/dev": "x.x.x"
  }
}
```

<p>&nbsp;</p>

## 🔗 Refs
- https://electronjs.org

<p>&nbsp;</p>

