arduino-cli-runtime

1.0.7 • Public • Published

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)"
# 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

Readme

Keywords

none

Package Sidebar

Install

npm i arduino-cli-runtime

Weekly Downloads

8

Version

1.0.7

License

MIT

Unpacked Size

2.62 kB

Total Files

4

Last publish

Collaborators

  • lukks