first commit
This commit is contained in:
8
Vue3TCli/bin/tsvue
Executable file
8
Vue3TCli/bin/tsvue
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
require('commander')
|
||||
.version(require('../package').version)
|
||||
.usage('<command> [options]')
|
||||
.command('init', 'generate a new project from a template')
|
||||
.command('about', 'About Me')
|
||||
.parse(process.argv)
|
||||
Reference in New Issue
Block a user