generates template for development resources
- nodeJS
$ npm i
Clones the template files without renaminig any of the contained files.
$ gulp gt -n <template-name>
$ gulp gt -n "hello-world"
Clones the template files and renames on the extenstion specified.
$ gulp gt -n <template-name> -e <ext>
$ gulp gt -n "hello-world" -e .html
Clones the template files and renames all files to
$ gulp gt -n <template-name> -e *
$ gulp gt -n "hello-world" -e *