Temp-Gen is a powerful command-line tool that simplifies the process of generating various project templates, including Vanilla JavaScript, Vanilla TypeScript, Vue.js, Vue.js with TypeScript, React, and React with TypeScript. With Temp-Gen, you can kickstart your projects effortlessly.
To get started with Temp-Gen, follow these simple installation steps:
- Open your terminal or command prompt.
- Run the following command to install Temp-Gen globally on your system:
npm install -g temp-gen
**Note: This package is not avaible on npm so for now you have to install it from repo.
npm install -g .
- To check if package is installed or not run following command
temp-gen --version
- To create project template run following command.
temp-gen create --project-name random-project-name