Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/advanced-rest-client/libs
- Owner: advanced-rest-client
- Created: 2021-10-18T23:27:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-12T23:54:31.000Z (about 3 years ago)
- Last Synced: 2024-11-11T04:12:37.933Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 196 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```