# oribella-aurelia-sortable

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

[Demo](http://oribella.github.io/aurelia-sortable)

Sortable 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
```
