Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adroste/pflegebrille-workflow-meta-model
https://github.com/adroste/pflegebrille-workflow-meta-model
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/adroste/pflegebrille-workflow-meta-model
- Owner: adroste
- Created: 2021-03-26T00:50:41.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-26T00:51:13.000Z (almost 4 years ago)
- Last Synced: 2024-11-07T06:27:23.250Z (about 2 months ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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