# Helix Admin Support Library

> An example library to be used in and with Project Helix

## Status
[![codecov](https://img.shields.io/codecov/c/github/adobe/helix-admin-support.svg)](https://codecov.io/gh/adobe/helix-admin-support)
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/adobe/helix-admin-support/tree/main.svg?style=shield&circle-token=280a51d5da6b103f650c75d5e7e325cf6efa825c)](https://circleci.com/gh/adobe/helix-admin-support)
[![GitHub license](https://img.shields.io/github/license/adobe/helix-admin-support.svg)](https://github.com/adobe/helix-admin-support/blob/master/LICENSE.txt)
[![GitHub issues](https://img.shields.io/github/issues/adobe/helix-admin-support.svg)](https://github.com/adobe/helix-admin-support/issues)
[![LGTM Code Quality Grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/adobe/helix-admin-support.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/adobe/helix-admin-support)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

## Installation

```bash
$ npm install @adobe/helix-admin-support
```

## Usage

See the [API documentation](docs/API.md).

## Development

### Build

```bash
$ npm install
```

### Test

```bash
$ npm test
```

### Lint

```bash
$ npm run lint
```
