Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amaljosea/quicktype-jsoncrew-plugin
https://github.com/amaljosea/quicktype-jsoncrew-plugin
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/amaljosea/quicktype-jsoncrew-plugin
- Owner: amaljosea
- License: mit
- Created: 2019-11-17T02:29:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T13:14:15.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T21:18:05.252Z (9 days ago)
- Language: JavaScript
- Size: 8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```htmlimport '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
```