# Tuix Jira Service Client

## Description

Api Client for the tuix jira project.

## Installation

```bash
$ npm install
```

## Developing the app

tested on
```
node 18
npm  9.5.1
```
scripts
```
# pull submodule
npm run schema:pull

# update version
npm run isThereNewVersion

# copy new schema
npm run schema:copy

# build package
npm run build
```