template-maker
v1.0.1
Published
A CLI to generate project templates with alot of options!!
Downloads
115
Maintainers
Readme
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
- Vanilla JavaScript
- React
- Angular
- Vue
- Node.js (Simple EJS and Only Web)
- Full Node.js (EJS with Backend Routes and Folders)
- Backend Folder Structure (Express)
- PHP
- 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.