# oribella-aurelia-gestures

[![npm version](https://badge.fury.io/js/oribella-aurelia-gestures.svg)](https://badge.fury.io/js/oribella-aurelia-gestures)

Gestures plugin for *Aurelia* powered by *Oribella*

## [Usage](./docs/usage.md#installation)

## Building

```shell
npm run build
```

## Tests

```shell
npm run test
```

## Developing

```shell
npm run dev;
```

## Visual Studio Code

### Tests
```shell
  ctrl + alt + t
```

### Building
```shell
  cmd/ctrl + shift + b
```
