quicktype-jsoncrew-plugin
v0.0.6
Published
Generate type from JSON
Downloads
2
Readme
JSON Crew Plugin
This webcomponent follows the open-wc recommendation.
This is a starter template for plugin to be used with JSON Crew
Usage
<script type="module">
import 'jc-json-utils/jc-json-utils.js';
</script>
<jc-json-utils data="{ thing: 1}"></jc-json-utils>
Running the demo
npm i
npm start
Testing using karma
npm run test
Linting
npm run lint