Socket
Socket
Sign inDemoInstall

arduino-cli-node

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arduino-cli-node

#Still in the _VERY_ early stages. ###See cli/demo.js for some example like material (no examples yet).


Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

#ARDUINO CLI NODE.JS WRAPPER

#Still in the VERY early stages. ###See cli/demo.js for some example like material (no examples yet).

Constructor Options:

  • config
    • Path to custom arduino yaml config file
  • ready
    • bypass environment setup checks (increases likelyhood of failure due to race conditions or non-configured board)
  • searchPaths
    • Array of paths (relative to the cwd where sketch named directories can be found. Selects the first match if only a name but not a path is supplied)
  • arduinoCliPath
    • absolute path to Arduino-Cli (I hope to be able to provide binaries in the future); Example:

{ config: configFile, ready: true, searchPaths: ['./demo_sketch_alt/', './demo_sketch/'] }

FAQs

Package last updated on 05 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc