rvt-cli
lib was developed by me specially for react-vite-template.
For full help, execute this command:
rvt --help
For global usage, install CLI globally:
npm i rvt-cli@latest shelljs -g
Yarn global install util installs libs to Yarn`s special folder, so Node engine can not reach bin folder.
So you have to install these packages only by npm.
rvt version
Edit rvt.cli.config.json
file inside your project`s root directory.
interface Configuration {
componentGeneration?: {
createScssModule?: boolean;
createPropInterface?: boolean;
};
}