Skip to content

direwolf/direwolf-istar-elements

Repository files navigation

<direwolf-istar-elements>

iStar 2.0 elements for the Direwolf Modeler.

Installation

npm i direwolf-istar-elements

Usage

<script type="module">
  import 'direwolf-istar-elements/direwolf-istar-elements.js';
</script>

<direwolf-istar-elements></direwolf-istar-elements>

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