Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/direwolf/direwolf-istar-elements
- Owner: direwolf
- License: mit
- Created: 2019-10-16T08:50:17.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T04:57:05.000Z (almost 2 years ago)
- Last Synced: 2024-10-02T09:07:27.973Z (2 months ago)
- Language: JavaScript
- Size: 254 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - direwolf/direwolf-istar-elements - iStar 2.0 elements for the Direwolf Modeler. (others)
README
# \
iStar 2.0 elements for the Direwolf Modeler.
## Installation
```bash
npm i direwolf-istar-elements
```## Usage
```htmlimport '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
```