vtm-cli
v1.0.0
Published
vtm CLI
Downloads
1
Readme
VTM CLI
A CLI for React Vite Projects developed by the group TechMinds.
VTM is a CLI for generating boilerplates in React Vite projects, in order to facilitate the repetitive process of configuring tools such as i18n, Docker, Tailwind, DarkMode, Auth JWT, Redux, etc...
How to use?
To use the VTN is simple, just download the package globally with the command npm install -g vtm
. After that, just open the terminal in any folder and use the cli with the vtm
command.
Commands
vtm
| Welcome messagevtm create <projectName>
| Create a new projectvtm -h
| List Commands
Parameters
-i
or-install
| Install dependencies after project generation