1.1.1 • Published 1 year ago

arduino-cli-runtime v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

arduino-cli-runtime

Prebuilt Arduino CLI binaries for macOS, Linux, and Windows

npm i -g arduino-cli-runtime

Usage

arduino-cli version

New builds

Prerequisites:

Compile:

git clone --depth=1 https://github.com/arduino/arduino-cli.git
cd arduino-cli
task build

Know your runtime:

node -e "console.log(process.platform + '-' + process.arch)"
# E.g. "linux-x64"

Create a folder with your runtime name like npm/linux-x64, and adjust the package file.

Finally, copy the compiled binary into npm/linux-x64/bin/....

License

MIT

1.1.1

1 year ago

1.1.0

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago