Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fishi0x01/asdf-arduino-cli

📦 asdf-vm plugin for arduino-cli
https://github.com/fishi0x01/asdf-arduino-cli

Last synced: about 2 months ago
JSON representation

📦 asdf-vm plugin for arduino-cli

Awesome Lists containing this project

README

        

# asdf-arduino-cli [![Build](https://github.com/fishi0x01/asdf-arduino-cli/actions/workflows/build.yml/badge.svg)](https://github.com/fishi0x01/asdf-arduino-cli/actions/workflows/build.yml) [![Lint](https://github.com/fishi0x01/asdf-arduino-cli/actions/workflows/lint.yml/badge.svg)](https://github.com/fishi0x01/asdf-arduino-cli/actions/workflows/lint.yml)

[arduino-cli](https://arduino.github.io/arduino-cli) 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`, `tar`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html).
- `SOME_ENV_VAR`: set this environment variable in your shell config to load the correct version of tool x.

# Install

Plugin:

```shell
asdf plugin add arduino-cli
# or
asdf plugin add arduino-cli https://github.com/fishi0x01/asdf-arduino-cli.git
```

arduino-cli:

```shell
# Show all installable versions
asdf list-all arduino-cli

# Install specific version
asdf install arduino-cli latest

# Set a version globally (on your ~/.tool-versions file)
asdf global arduino-cli latest

# Now arduino-cli commands are available
arduino-cli version
```

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/fishi0x01/asdf-arduino-cli/graphs/contributors)!

# License

See [LICENSE](LICENSE) © [Karl Fischer](https://github.com/fishi0x01/)