-
-
Notifications
You must be signed in to change notification settings - Fork 197
Closed
Description
Easing the learning of NativeScript can be done by providing various start-templates. Once there are a number of predefined templates available at npmjs.org, the CLI can list these to the user and ask them for a selection upon a tns create
call.
An additional parameter to the tns create
call can be added, e.g. --template
. If that provided, no question will get asked.
A new verb, listing the available templates should be added as well.