quick-template-generator
v0.0.0
Published
template generator for development resources
Downloads
1
Readme
template-generator
generates template for development resources
Prerequisites:
- nodeJS
Dependencies:
$ npm i
How to use:
Clones the template files without renaminig any of the contained files.
$ gulp gt -n <template-name>
$ gulp gt -n "hello-world"
To rename specific extension:
Clones the template files and renames on the extenstion specified.
$ gulp gt -n <template-name> -e <ext>
$ gulp gt -n "hello-world" -e .html
To rename all files:
Clones the template files and renames all files to
$ gulp gt -n <template-name> -e *
$ gulp gt -n "hello-world" -e *