@advanced-rest-client/arc-settings

Advanced REST Client settings screen

Usage no npm install needed!

<script type="module">
  import advancedRestClientArcSettings from 'https://cdn.skypack.dev/@advanced-rest-client/arc-settings';
</script>

README

ARC settings

Settings view for the Advanced REST Client. This element contains the settings screen and supporting logic for ARC.

Published on NPM

Tests and publishing

Usage

Installation

npm install --save @advanced-rest-client/arc-settings

The element renders the view build automatically from the src/schema.js file. To modify the view and settings edit this file.

Development

git clone https://github.com/advanced-rest-client/arc-settings
cd arc-settings
npm install

Running the demo locally

npm start

Running the tests

npm test