Skip to content

Diviei/yara-editor

Repository files navigation

Codacy Badge Published on webcomponents.org npm version Dependencies Codeship Status for Diviei/yara-editor Coverage Status Netlify Status

<yara-editor>

This webcomponent follows the open-wc recommendation.

Installation

npm i yara-editor

Usage

<script type="module">
  import 'yara-editor/yara-editor.js';
</script>

<yara-editor></yara-editor>

Testing using karma (if applied by author)

npm run test

Testing using karma via browserstack (if applied by author)

npm run test:bs

Demoing using storybook (if applied by author)

npm run storybook

Linting (if applied by author)

npm run lint