1.2.0 • Published 5 years ago
@emjimadhu/vue-schematics-cli v1.2.0
vue-schematics-cli
A CLI for @emjimadhu/vue-schematics
Usage
$ npm install -g @emjimadhu/vue-schematics-cli
$ vueschematics COMMAND
running command...
$ vueschematics (-v|--version|version)
@emjimadhu/vue-schematics-cli/1.2.0 darwin-x64 node-v12.14.1
$ vueschematics --help [COMMAND]
USAGE
$ vueschematics COMMAND
...
Commands
vueschematics hello [FILE]
describe the command here
USAGE
$ vueschematics hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ vueschematics hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
vueschematics help [COMMAND]
display help for vueschematics
USAGE
$ vueschematics help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help