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
- Host: GitHub
- URL: https://github.com/agneym/jc-json-utils
- Owner: agneym
- License: mit
- Created: 2019-10-01T18:26:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-23T23:04:10.000Z (over 1 year ago)
- Last Synced: 2025-07-05T19:13:03.835Z (12 months ago)
- Topics: lit-element, web-components
- Language: JavaScript
- Homepage: https://jsoncrew.agney.dev
- Size: 2.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
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
```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
```