Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amaljosea/quicktype-jsoncrew-plugin


https://github.com/amaljosea/quicktype-jsoncrew-plugin

Last synced: 8 days ago
JSON representation

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
```