File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ = arduino-cli
2
+
3
+ Arduino CLI is a tool to access all Arduino Create API from Command Line.
4
+ It implements all functions provided by web version of Arduino Create.
5
+
6
+ == Installation
7
+ . `git clone` this repository into a folder of your choice
8
+ . Add '/path/to/arduino/cli/folder' to your PATH environment variable
9
+ . Reload shell configuration or reboot
10
+ And you're done, now let's see how to use the CLI.
11
+
12
+ == Usage
13
+
14
+ A general call is `arduino [COMMAND] [options]`
15
+ To see the full list of commands, call `arduino -h` or `arduino --help`
16
+
17
+ == Contribution
18
+
19
+ To contribute to this project:
20
+
21
+ . `git clone` this repository
22
+ . Create a new branch with the name `feature-to-implement` or `bug-to-fix`
23
+ . Code your contribution and push to your branch
24
+ . Ask a Pull Request
You can’t perform that action at this time.
0 commit comments