https://github.com/ARMmbed/mbed-cli
Arm Mbed Command Line Interface
https://github.com/ARMmbed/mbed-cli
Last synced: 7 months ago
JSON representation
Arm Mbed Command Line Interface
- Host: GitHub
- URL: https://github.com/ARMmbed/mbed-cli
- Owner: ARMmbed
- License: apache-2.0
- Created: 2016-04-01T21:13:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-23T12:44:20.000Z (over 3 years ago)
- Last Synced: 2024-11-24T22:26:38.059Z (7 months ago)
- Language: Python
- Homepage: https://os.mbed.com
- Size: 1.34 MB
- Stars: 334
- Watchers: 51
- Forks: 176
- Open Issues: 72
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Arm Mbed CLI
============Mbed CLI is the name of the `Arm Mbed `_ command line tool, packaged as mbed-cli, which enables the full mbed workflow: repositories version control, maintaining dependencies, publishing code, updating from remotely hosted repositories (GitHub, GitLab and mbed.com), and invoking Arm Mbed's own build system and export functions, among other operations.
Installation
============
Mbed CLI is a Python script, so you'll need Python installed in order to use it. mbed CLI was tested with Python 2.7 and Python 3.6.Mbed CLI supports both Git and Mercurial repositories, so you'll also need to install Mercurial and Git.
Get Started
===========
The best way to get started is to `read the documentation on os.mbed.com `_.License
=======
Mbed CLI is licensed under Apache-2.0