You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found micropy-cli because I was looking whether there is already a tool that uploads micropython source files to the microcontroller as that was the thing that always annoyed me about micropython.
If that is something that the maintainers would like to have or don't mind about I would love to implement it into micropy-cli.
Any suggestions about how this should work?
I was perhaps thinking that it might would be smart to track changes files and only upload changed once?
Is your feature request related to a problem? Please describe.
no... well yes.
micropy deploy
would be a great shortcut for micropython noobs.Coming from the nodejs world, Currently I fee like micropy is just a combination of something like
npm search|install
yo generator:*
Is it just trying to be a micropython packagemanager? or a good overall dev toolkit?
If it's just aiming to be a packagemanager, then it should probably be split up into separate cli tools.
If the latter then we should also include a way for people to complete the workflow:
Describe the solution you'd like
something like
micropy deploy
.at first it could just read various parameters required from
.micropy.json
.Later on it could ask for target device type, etc to build the right settings in
.micropy.json
the end effect would be micropython on my computer would end up on the connected device (in my case the m5paper).
Describe alternatives you've considered
bash scripts.
Additional context
i'm a noob.
The text was updated successfully, but these errors were encountered: