0.3.1 • Published 5 years ago

vt-cli v0.3.1

Weekly downloads
17
License
ISC
Repository
-
Last release
5 years ago

Install

  // npm
  npm install vt-cli -g

Usage

Usage: vt options

Options: -V, --version output the version number -B, --basePath path set BasePath, default src -h, --help output usage information

Commands:

component|c \ create a component directory with typescript

view|v \ create a view directory with typescript

vue \ create a .vue component with typescript

directive|d \ create a directive with typescript

Examples:

show usage information

\$ vt --help

show version information

\$ vt --version

create a view directory with typescript

\$ vt view view-name \$ vt v path/to/view-name

create a component directory with typescript

\$ vt component component-name \$ vt c path/to/component-name

create a .vue component with typescript

\$ vt vue vue-name \$ vt vue path/to/vue-name

create a directive with typescript

\$ vt directive directive-name \$ vt d path/to/directive-name

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago