🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

quick-template-generator

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quick-template-generator

template generator for development resources

0.0.0
latest
Source
npm
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
 
Created
Source

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 *

Keywords

template

FAQs

Package last updated on 15 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts