Helper CLI for MicroPythonOS: "mposcli" #47
jedie
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I started a experimental CLI for MicroPythonOS here: https://github.com/jedie/mposcli
Main Idea: Making it easier for newcomers, but also making the daily work easier for old hands.
It's more or less a replacement for https://github.com/MicroPythonOS/MicroPythonOS/tree/main/scripts in the long-run. Currently, however, some of the scripts are called directly.
Install it via pipx (see below) and use
mposclicommand in MicroPythonOS repository path. e.g.:I add a few commands that i have been used so far. Like
build,flash,run-desktopand more. See README: https://github.com/jedie/mposcli?tab=readme-ov-file#cliIn general it's possible to move all of this directly into the MicroPythonOS repository. I can do a PR about this.
But let's discuss if this makes sense or not.
Beta Was this translation helpful? Give feedback.
All reactions