Skip to content

react-vite-template CLI. Powered by oclif framework.

Notifications You must be signed in to change notification settings

XenoPOMP/rvt-cli

Repository files navigation

💬 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;
  };
}

Commands