quicktype-jsoncrew-plugin
v0.0.6
Published
Generate type from JSON
Downloads
21
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 startTesting using karma
npm run testLinting
npm run lint