first commit
This commit is contained in:
13
Vue3TCli/bin/tsvue-about
Executable file
13
Vue3TCli/bin/tsvue-about
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
const config = require('../package');
|
||||
const chalk = require('chalk');
|
||||
|
||||
console.log();
|
||||
console.log(
|
||||
chalk.green(
|
||||
` 作者: ${config.git.auto}\n QQ: 2271608011@qq.com \n 邮箱: 2271608011@qq.com\n 微信: cxy-monkey\n Github: https://github.com/helpcode/`
|
||||
)
|
||||
);
|
||||
console.log();
|
||||
process.exit();
|
||||
Reference in New Issue
Block a user