/tsvp-cli

Primary LanguageTypeScript

Typescript Vue Plugin Cli

Size Size

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.