New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

rvt-cli

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rvt-cli

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

latest
Source
npmnpm
Version
1.4.0
Version published
Maintainers
1
Created
Source

💬 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

Keywords

oclif

FAQs

Package last updated on 02 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts