quick-template-generator

0.0.0 • Public • Published

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 *

Readme

Keywords

Package Sidebar

Install

npm i quick-template-generator

Weekly Downloads

2

Version

0.0.0

License

MIT

Last publish

Collaborators

  • sande3p