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

https://github.com/agneym/jc-json-utils

A sample plugin for use JSON Crew
https://github.com/agneym/jc-json-utils

lit-element web-components

Last synced: 2 months ago
JSON representation

A sample plugin for use JSON Crew

Awesome Lists containing this project

README

          

# JSON Crew Plugin

This webcomponent follows the [open-wc](https://github.com/open-wc/open-wc) recommendation.

This is a starter template for plugin to be used with [JSON Crew](https://jsoncrew.agney.dev)

## Usage
```html

import 'jc-json-utils/jc-json-utils.js';

```

## Running the demo
```bash
npm i
npm start
```

## Testing using karma
```bash
npm run test
```

## Linting
```bash
npm run lint
```