64studio / pdk

64 Studio Platform Development Kit
GNU General Public License v2.0
20 stars 8 forks source link

Implement clone command to clone a PDK project #49

Open obbardc opened 6 years ago

obbardc commented 6 years ago

At the moment it's a difficult process for a user to clone a project, let's make it a bit easier!

This should be a standard git clone of the project files (including the etc/channels.xml?). It should also set this up as a git remote called origin for future pulls.

The pdk download and pdk repogen commands will then download debs from our repo when needed.