Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arduino/arduino-cli
Arduino command line tool
https://github.com/arduino/arduino-cli
arduino cli command-line golang tooling-team
Last synced: 10 days ago
JSON representation
Arduino command line tool
- Host: GitHub
- URL: https://github.com/arduino/arduino-cli
- Owner: arduino
- License: gpl-3.0
- Created: 2018-08-08T15:57:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T16:25:51.000Z (6 months ago)
- Last Synced: 2024-05-01T20:43:12.455Z (6 months ago)
- Topics: arduino, cli, command-line, golang, tooling-team
- Language: Go
- Homepage: https://arduino.github.io/arduino-cli/latest/
- Size: 52.5 MB
- Stars: 4,185
- Watchers: 103
- Forks: 362
- Open Issues: 212
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-go - arduino-cli - Official Arduino CLI and library. Can run standalone, or be incorporated into larger Go projects. (Hardware / Search and Analytic Databases)
- awesome-go - arduino-cli - Official Arduino CLI and library. Can run standalone, or be incorporated into larger Go projects. Stars:`4.4K`. (Hardware / Search and Analytic Databases)
- awesome-go-extra - arduino-cli - 08-08T15:57:32Z|2022-08-24T20:46:06Z| (Hardware / Tutorials)
- StarryDivineSky - arduino/arduino-cli
- arduino-guide - Arduino CLI - in-one solution that provides builder, Boards/Library Manager, uploader, discovery and many other tools needed to use any Arduino compatible board and platforms. (Arduino Tools)
- arduino-guide - Arduino CLI - in-one solution that provides builder, Boards/Library Manager, uploader, discovery and many other tools needed to use any Arduino compatible board and platforms. (Arduino Tools)
README
# arduino-cli
![cli-logo](./docs/img/CLI_Logo_small.png)
Arduino CLI is an all-in-one solution that provides Boards/Library Managers, sketch builder, board detection, uploader,
and many other tools needed to use any Arduino compatible board and platform from command line or machine interfaces.[![Test Go status](https://github.com/arduino/arduino-cli/actions/workflows/test-go-task.yml/badge.svg)](https://github.com/arduino/arduino-cli/actions/workflows/test-go-task.yml)
[![Publish Nightly Build status](https://github.com/arduino/arduino-cli/actions/workflows/publish-go-nightly-task.yml/badge.svg)](https://github.com/arduino/arduino-cli/actions/workflows/publish-go-nightly-task.yml)
[![Deploy Website status](https://github.com/arduino/arduino-cli/actions/workflows/deploy-cobra-mkdocs-versioned-poetry.yml/badge.svg)](https://github.com/arduino/arduino-cli/actions/workflows/deploy-cobra-mkdocs-versioned-poetry.yml)
[![Codecov](https://codecov.io/gh/arduino/arduino-cli/branch/master/graph/badge.svg)](https://codecov.io/gh/arduino/arduino-cli)## Docs
For guidance on installation and development, see the [User documentation].
## Quickstart
1. [Install] the Arduino CLI
1. Follow the [Getting Started] guide to check out what the CLI can do
1. Browse the [Commands reference] to see all the available commands
1. Should you have an issue, read the [FAQ] page## How to contribute
Contributions are welcome!
Please read the document [How to contribute] which will show you how to build the source code, run the tests, and
contribute your changes to the project.:sparkles: Thanks to all our [contributors]! :sparkles:
### Testing builds
[Nightly builds] are available for testing.
## Security
If you think you found a vulnerability or other security-related bug in the Arduino CLI, please read our [security
policy] and report the bug to our Security Team 🛡️ Thank you!e-mail contact: [email protected]
## License
Arduino CLI is licensed under the [GPL 3.0] license.
You can be released from the requirements of the above license by purchasing a commercial license. Buying such a license
is mandatory if you want to modify or otherwise use the software for commercial activities involving the Arduino
software without disclosing the source code of your own applications. To purchase a commercial license, send an email to
[email protected][install]: https://arduino.github.io/arduino-cli/latest/installation
[user documentation]: https://arduino.github.io/arduino-cli/latest/
[getting started]: https://arduino.github.io/arduino-cli/latest/getting-started/
[commands reference]: https://arduino.github.io/arduino-cli/latest/commands/arduino-cli
[faq]: https://arduino.github.io/arduino-cli/latest/FAQ/
[how to contribute]: https://arduino.github.io/arduino-cli/latest/CONTRIBUTING/
[contributors]: https://github.com/arduino/arduino-cli/graphs/contributors
[nightly builds]: https://arduino.github.io/arduino-cli/latest/installation/#nightly-builds
[security policy]: https://github.com/arduino/arduino-cli/security/policy
[gpl 3.0]: https://www.gnu.org/licenses/gpl-3.0.en.html