zephyrproject-rtos / west

West, Zephyr's meta-tool
https://docs.zephyrproject.org/latest/guides/west/index.html
Apache License 2.0
220 stars 118 forks source link

Create new project with help of west #70

Closed sathishscripts closed 5 years ago

sathishscripts commented 5 years ago

It would be great if west can be used to create new project. Basically it creates directory with initial template for starting new project.

Just like django-admin startproject mysite.

sathishscripts commented 5 years ago

@mbolivar @ulfalizer @carlescufi @tejlmand While you guys working on repo managment, I would like to concentrate on other areas. shall we list some of open issues? It helps to prioritize and align with team goals or milestones.

mbolivar commented 5 years ago

Hi @sathishscripts, west is an open source project so of course please feel free to create issues here on GitHub.

mbolivar commented 5 years ago

I think I'm going to close this:

  1. This is a zephyr-specific issue, so it should be opened against the zephyr repository as an enhancement request for a west extension command (e.g. "add west app extension to create a new application")
  2. I think that implementing it would require that every time someone adds a new feature to how Zephyr applications are managed, the extension be kept up to date. That is, in my opinion, an intractable cat herding problem, so we shouldn't try to support it.

Please feel free to open a new issue in the zephyr repository if you think this is still valid, @sathishscripts.