Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the need for something like micropy deploy #228

Open
airtonix opened this issue Feb 21, 2021 · 2 comments
Open

the need for something like micropy deploy #228

airtonix opened this issue Feb 21, 2021 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@airtonix
Copy link

airtonix commented Feb 21, 2021

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.

  • mipy - the micropython package manager
  • yopy - the micropython project generator
  • dopy - the micropython project deployer

If the latter then we should also include a way for people to complete the workflow:

  • setup
  • install deps
  • run simulator
  • deploy to device

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.

@airtonix airtonix added the enhancement New feature or request label Feb 21, 2021
@manuel2258
Copy link

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?

@BradenM
Copy link
Owner

BradenM commented Nov 22, 2021

@manuel2258 If you are still interested in taking a stab at this, take a look at: #107 and let me know your thoughts.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants