Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/direwolf/direwolf-istar-elements

iStar 2.0 elements for the Direwolf Modeler.
https://github.com/direwolf/direwolf-istar-elements

Last synced: about 1 month ago
JSON representation

iStar 2.0 elements for the Direwolf Modeler.

Awesome Lists containing this project

README

        

# \

iStar 2.0 elements for the Direwolf Modeler.

## Installation
```bash
npm i direwolf-istar-elements
```

## Usage
```html

import 'direwolf-istar-elements/direwolf-istar-elements.js';

```

## Testing using karma (if applied by author)
```bash
npm run test
```

## Testing using karma via browserstack (if applied by author)
```bash
npm run test:bs
```

## Demoing using storybook (if applied by author)
```bash
npm run storybook
```

## Linting (if applied by author)
```bash
npm run lint
```