Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adroste/pflegebrille-workflow-meta-model


https://github.com/adroste/pflegebrille-workflow-meta-model

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# pflegebrille workflow meta model

for `bpmn-io/moddle`

## How to pull (without auth)

Use url:

`https://public:[email protected]/hcis/pflegebrille/pflegebrille-workflow-meta-model.git`

## How to add as npm dependency

Replace `` with tag or commit

### Option 1: update package.json deps

```
"pflegebrille-workflow-meta-model": "git+https://public:[email protected]/hcis/pflegebrille/pflegebrille-workflow-meta-model.git#",
```

### Option 2: use npm

```
npm uninstall --save pflegebrille-workflow-meta-model
npm install --save git+https://public:[email protected]/hcis/pflegebrille/pflegebrille-workflow-meta-model.git#
```

## Moddle Versioning

Format: `..` (see: https://semver.org/)

* MAJOR: backwards incompatible change / breaking change
* MINOR: backwards compatible change
* PATCH: always 0

## Dev hints

See `moddle.js`.

## Todos

* [ ] tests