Skip to content

arduino/arduino-cli

Repository files navigation

arduino-cli

Arduino CLI is a tool to access all Arduino Create API from Command Line. It implements all functions provided by web version of Arduino Create.

Installation

  1. git clone this repository into a folder of your choice

  2. Add '/path/to/arduino/cli/folder' to your PATH environment variable

  3. Reload shell configuration or reboot And you’re done, now let’s see how to use the CLI.

Usage

A general call is arduino [COMMAND] [options] To see the full list of commands, call arduino -h or arduino --help

Contribution

To contribute to this project:

  1. git clone this repository

  2. Create a new branch with the name feature-to-implement or bug-to-fix

  3. Code your contribution and push to your branch

  4. Ask a Pull Request