Skip to content

like/arduino-cli-runtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Prebuilt Arduino CLI binaries for macOS, Linux, and Windows

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •