UniBO-PRISMLab / wam

WoT Application Manager - a command line interface to build a Web of Things application for https://github.com/eclipse/thingweb.node-wot
MIT License
15 stars 4 forks source link

Use a template from git #6

Open relu91 opened 4 years ago

relu91 commented 4 years ago

Instead of just using the provided templates, wam could clone a remote git repository and use it as a template.

This approach is not brand new, rust has a similar tool. See cargo generate

possible syntax

wam init --git https://github.com/UniBO-PRISMLab/wam.git

@hyperloris what do you think?