https://github.com/zeridon/asdf-cura
Ultimaker Cura plugin for asdf version manager
https://github.com/zeridon/asdf-cura
Last synced: 2 months ago
JSON representation
Ultimaker Cura plugin for asdf version manager
- Host: GitHub
- URL: https://github.com/zeridon/asdf-cura
- Owner: zeridon
- License: mit
- Created: 2024-10-28T09:57:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-05T08:58:44.000Z (7 months ago)
- Last Synced: 2025-12-08T17:29:56.831Z (7 months ago)
- Language: Shell
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-cura [](https://github.com/zeridon/asdf-cura/actions/workflows/build.yml) [](https://github.com/zeridon/asdf-cura/actions/workflows/lint.yml)
[cura](https://ultimaker.com/software/ultimaker-cura) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
**TODO: adapt this section**
- `bash`, `curl`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html).
# Install
Plugin:
```shell
asdf plugin add cura
# or
asdf plugin add cura https://github.com/zeridon/asdf-cura.git
```
cura:
```shell
# Show all installable versions
asdf list-all cura
# Install specific version
asdf install cura latest
# Set a version globally (on your ~/.tool-versions file)
asdf global cura latest
# Now cura commands are available
cura --help
```
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/zeridon/asdf-cura/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Vladimir Vitkov](https://github.com/zeridon/)