Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikku/camunda-playground
Try out and explore Camunda in minutes, not hours.
https://github.com/nikku/camunda-playground
camunda cli playground
Last synced: 2 months ago
JSON representation
Try out and explore Camunda in minutes, not hours.
- Host: GitHub
- URL: https://github.com/nikku/camunda-playground
- Owner: nikku
- License: mit
- Created: 2019-08-14T08:02:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-25T20:17:18.000Z (over 1 year ago)
- Last Synced: 2024-10-04T15:24:48.509Z (3 months ago)
- Topics: camunda, cli, playground
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/camunda-playground
- Size: 2.1 MB
- Stars: 16
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Camunda Playground
[![CI](https://github.com/nikku/camunda-playground/workflows/CI/badge.svg)](https://github.com/nikku/camunda-playground/actions?query=workflow%3ACI)
Try out and explore [Camunda](https://camunda.com/) in minutes, not hours.
![Camunda Playground in action](https://raw.githubusercontent.com/nikku/camunda-playground/master/packages/app/docs/screenshot.png)
## Usage
If you have [Node.js](https://nodejs.org/) installed, deploy and run your process:
```
npx camunda-playground diagram.bpmn
```Alternatively, install the `camunda-playground` executable globally:
```
npm install -g camunda-playground
```## Resources
* [Issues](https://github.com/nikku/camunda-playground/issues)
* [Changelog](./packages/app/CHANGELOG.md)## Related
* [run-camunda](https://github.com/nikku/run-camunda) - Download and spin up Camunda painlessly from Node.js
* [Camunda Modeler](https://github.com/camunda/camunda-modeler) - The Camunda modeling and workflow implementation app## License
MIT