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...
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.
-
vtm
| Welcome message -
vtm create <projectName>
| Create a new project -
vtm -h
| List Commands
-
-i
or-install
| Install dependencies after project generation