Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeebe-io/zeebe-modeler
Desktop Application for modeling Zeebe Workflows with BPMN
https://github.com/zeebe-io/zeebe-modeler
bpmn desktop-application hacktoberfest workflow zeebe zeebe-modeler
Last synced: about 2 months ago
JSON representation
Desktop Application for modeling Zeebe Workflows with BPMN
- Host: GitHub
- URL: https://github.com/zeebe-io/zeebe-modeler
- Owner: zeebe-io
- License: mit
- Archived: true
- Created: 2017-09-22T10:25:11.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2021-05-12T07:10:54.000Z (over 3 years ago)
- Last Synced: 2024-08-04T18:01:13.965Z (5 months ago)
- Topics: bpmn, desktop-application, hacktoberfest, workflow, zeebe, zeebe-modeler
- Language: JavaScript
- Homepage:
- Size: 15.5 MB
- Stars: 219
- Watchers: 19
- Forks: 48
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
⚠️ 📣 This repository is no longer maintained, please visit https://github.com/camunda/camunda-modeler
---
# Zeebe Modeler[![Build Status](https://travis-ci.com/zeebe-io/zeebe-modeler.svg?branch=develop)](https://travis-ci.com/zeebe-io/zeebe-modeler)
The visual workflow editor for [Zeebe](https://zeebe.io/) based on [bpmn.io](http://bpmn.io).
![Zeebe Modeler](docs/screenshot.png)
## Installation
#### All Platforms
[Download](https://github.com/zeebe-io/zeebe-modeler/releases), extract and execute app.
#### MacOSX
Requires [homebrew](https://brew.sh/index_de.html) and [cask](https://caskroom.github.io):
```sh
brew install --cask zeebe-modeler
```#### Windows (using Scoop)
Requires [Scoop](https://github.com/lukesampson/scoop) and the [scoop-extras](https://github.com/lukesampson/scoop-extras) bucket:
```
scoop install zeebe-modeler
```## Resources
* [Changelog](./CHANGELOG.md)
* [Download](https://github.com/zeebe-io/zeebe-modeler/releases) (see also [nightly builds](https://zeebe-modeler-nightly.s3.eu-central-1.amazonaws.com/))
* [Give Feedback](https://forum.zeebe.io/)
* [Report a Bug](https://github.com/zeebe-io/zeebe-modeler/issues/new/choose)## Building the Application
```sh
# checkout a tag
git checkout v1.1.0# install dependencies
npm install# execute all checks (lint, test and build)
npm run all# build the application to ./dist
npm run build
```### Development Setup
Spin up the application for development, all strings attached:
```sh
npm run dev
```## Code of Conduct
This project adheres to the Contributor Covenant [Code of
Conduct](/CODE_OF_CONDUCT.md). By participating, you are expected to uphold
this code. Please report unacceptable behavior to
[email protected].## License
MIT
Contains parts ([bpmn-js](https://github.com/bpmn-io/bpmn-js)) released under the [bpmn.io license](http://bpmn.io/license).