https://github.com/barmac/asdf-camunda-modeler
Camunda Modeler plugin for the asdf version manager.
https://github.com/barmac/asdf-camunda-modeler
asdf camunda modeler plugin
Last synced: 21 days ago
JSON representation
Camunda Modeler plugin for the asdf version manager.
- Host: GitHub
- URL: https://github.com/barmac/asdf-camunda-modeler
- Owner: barmac
- License: mit
- Created: 2022-04-07T12:36:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-16T07:51:57.000Z (6 months ago)
- Last Synced: 2025-05-16T08:41:30.152Z (6 months ago)
- Topics: asdf, camunda, modeler, plugin
- Language: Shell
- Homepage:
- Size: 23.4 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-camunda-modeler [](https://github.com/barmac/asdf-camunda-modeler/actions/workflows/build.yml)
[Camunda Modeler](https://github.com/camunda/camunda-modeler) plugin for the [asdf version manager](https://asdf-vm.com).
## Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Why?](#why)
- [Contributing](#contributing)
- [License](#license)
## Dependencies
- `bash`, `curl`, `tar`: generic POSIX utilities.
## Install
Plugin:
```shell
asdf plugin add camunda-modeler
# or
asdf plugin add camunda-modeler https://github.com/barmac/asdf-camunda-modeler.git
```
## Why
Because installing and running Camunda Modeler should be easy.
## Usage
```shell
# Show all installable versions
asdf list all camunda-modeler
# Install specific version
asdf install camunda-modeler latest
# Set a version globally (on your ~/.tool-versions file)
asdf set -u camunda-modeler latest
# Now modeler commands are available
asdf cmd camunda-modeler diagram.bpmn
# Download and run current nightly
asdf cmd camunda-modeler nightly
```
Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.
## Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/barmac/asdf-camunda-modeler/graphs/contributors)!
## License
See [LICENSE](LICENSE) © [Maciej Barelkowski](https://github.com/barmac/)