1.4.0 • Published 9 months ago

rvt-cli v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

💬 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

1.4.0

9 months ago

1.3.9

9 months ago

1.3.8

9 months ago

1.3.7

9 months ago

1.3.6

9 months ago

1.3.5

10 months ago

1.3.4

10 months ago

1.3.3

10 months ago

1.3.2

10 months ago

1.3.1

10 months ago

1.3.0

10 months ago

1.2.9

10 months ago

1.2.8

10 months ago

1.2.7

10 months ago

1.2.6

10 months ago

1.2.5

10 months ago

1.2.4

10 months ago

1.2.3

10 months ago

1.2.2

10 months ago

1.2.1

10 months ago

1.2.0

10 months ago

1.1.2

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.10

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago

1.0.0

2 years ago