mylonics / zephyr-ide

Apache License 2.0
16 stars 2 forks source link

Init workspace from git repoisotry #28

Closed beriberikix closed 1 month ago

beriberikix commented 1 month ago

Love where this extension is going!

It would be great to figure out a flow that sets up a workspace from a git repo. It's very common for projects to use west init -m {{repo}} to pull in all the dependencies and setup the folder structure correctly. The official example-application or one of our reference designs are typical.

Is that something you'd consider?

rijesha commented 1 month ago

Hi. Thanks for the suggestion.

I have implemented the ability to pass a git repo during the West Init/Initialize Workspace command (v1.0.25). Give it a try a let me know if this is what you are looking for.

beriberikix commented 1 month ago

Yes! Thank you for the fast turnaround :raised_hands: