# Template Maker (CLI)

Generate Templates effortlessly and fast with the template maker! Initialise a git repo and install all dependencies using this tool!

The templates you can generate are 


1) Vanilla JavaScript
2) React
3) Angular
4) Vue
5) Node.js (Simple EJS and Only Web)
6) Full Node.js (EJS with Backend Routes and Folders)
7) Backend Folder Structure (Express)
8) PHP
9) Python

To get started install the package using,

```
npm install template-maker
```

Generate your templates with `make-temp`

You can add custom tags like `make-temp -g` to initialise a git repo and `make-temp -i` for installing all dependencies as well. You can Add both as well.

