rvt-cli
v1.4.0
Published
React-vite-template CLI. Powered by oclif framework.
Downloads
48
Readme
💬 RVT - CLI Reference
rvt-cli
lib was developed by me specially for react-vite-template.
For full help, execute this command:
rvt --help
Install globally
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.
Check installation
rvt version
Configuration
Edit rvt.cli.config.json
file inside your project`s root directory.
interface Configuration {
componentGeneration?: {
createScssModule?: boolean;
createPropInterface?: boolean;
};
}