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.
related to #372 and #254
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 createcall.An additional parameter to the
tns createcall 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.
related to #372 and #254