tsvp
v0.1.1
Published
[](https://www.npmjs.com/package/tsvp) [](https://www.npmjs.com/package/tsvp)
Downloads
17
Readme
Typescript Vue Plugin Cli
cli for making vue plugins with typescript.
| Command | Alternative command names | Description |
| -------------------------- | ------------------------- | ----------------------------------------------------- |
| tsvp init PLUGIN-NAME
| i
| Initializes a new Typescript vue plugin |
| tsvp build
| b
| Builds the project. |
| tsvp watch
| w
| Builds on file changes. |
| tsvp g PATH or TYPE PATH
| generate
TYPES s or c
| c
creates a new .vue
file s
creates a new .ts
|
| tsvp -v
| version
| Prints out the version of the package. |
| tsvp --help
| h
help
| Prints out the help message. |