arduino-cli-runtime
Prebuilt Arduino CLI binaries for macOS, Linux, and Windows
npm i -g arduino-cli-runtime
Usage
arduino-cli version
New builds
How to make a new build
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)"
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