# oribella-framework

[![npm version](https://badge.fury.io/js/oribella-framework.svg)](https://badge.fury.io/js/oribella-framework)
[![CircleCI](https://circleci.com/gh/oribella/framework.svg?style=shield)](https://circleci.com/gh/oribella/framework)
[![Coverage Status](https://coveralls.io/repos/github/oribella/framework/badge.svg)](https://coveralls.io/github/oribella/framework)

## [Overview](./docs/README.md)

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