# @stackone/connect-sdk

## Description

This package contains the StackOne Connect SDK that can be used to easily connect to the StackOne platform and
also to multiple different API providers.

This package uses the tech stack provided by the **Connect Monorepo** global setup. Please check the [root README](../../README.md) for more information.

## Requirements

Please check the [root README](../../README.md) for requirements.

## Installation

```bash
# install dependencies
$ pnpm install
```

## Available commands

```bash
# clean build output
$ pnpm clean
```

```bash
# build package
$ pnpm build
```

```bash
# run tests
$ pnpm test
```

```bash
# run tests on watch mode
$ pnpm test:watch
```

```bash
# run linter
$ pnpm lint
```

```bash
# run linter and try to fix any error
$ pnpm lint:fix
```
