rvt-cli
TypeScript icon, indicating that this package has built-in type declarations

1.4.0 • Public • Published

💬 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

Readme

Keywords

Package Sidebar

Install

npm i rvt-cli

Weekly Downloads

0

Version

1.4.0

License

MIT

Unpacked Size

61.7 kB

Total Files

56

Last publish

Collaborators

  • xeno_pomp