# @fractional-company/common

Common lib used by multiple fractional apps.

## Development

### Commands

```sh
npm install / yarn install
```

## Usage

### Commands

```sh
npm test # run tests with Jest
npm run coverage # run tests with coverage and open it on browser
npm run lint # lint code
npm run build # transpile code and build module
```

### Publish

```sh
npm run release
npm publish
```

It'll automatically run `test`, `lint`, `docs`, `build`, generate `CHANGELOG.md`, and push commits and tags to the
remote repository.

