Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/advanced-rest-client/libs

Libraries used in Advanced REST Client
https://github.com/advanced-rest-client/libs

Last synced: about 1 month ago
JSON representation

Libraries used in Advanced REST Client

Awesome Lists containing this project

README

        

# Libraries for Advanced REST Client

A set of libraries exported to a separate module to enable modularity without issues with dependencies. This is an integral part of Advanced REST Client.

[![Published on NPM](https://img.shields.io/npm/v/@advanced-rest-client/libs.svg)](https://www.npmjs.com/package/@advanced-rest-client/libs)

[![tests](https://github.com/advanced-rest-client/libs/actions/workflows/deployment.yml/badge.svg)](https://github.com/advanced-rest-client/libs/actions/workflows/deployment.yml)

## Usage

### Installation

```sh
npm install --save @advanced-rest-client/libs
```

## Development

```sh
git clone https://github.com/advanced-rest-client/libs
cd libs
npm install
```

### Running the tests

```sh
npm test
```