0.0.0 • Published 7 years ago

quick-template-generator v0.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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 *
0.0.0

7 years ago