# TextBuilder

## Installation instruction

``` sh
$ git clone git@github.com:veidenbaums/textbuilder.git
$ yarn install
$ php composer.phar install
$ yarn build
```

## Codestyle checks

``` sh
$ php phpcs.phar --standard=./phpcs.xml ./
```
