这是用来编写指令和处理命令行的,具体用法如下: ```js const program = require("commander"); // 定义指令 program .version('0.0.1') .command('init', 'Generate a new project from a template') .action(() => { // 回调函数 }) // 解析命令行参数 program.parse(process.argv); ``` 回忆一下我们用过的 v
published version 1.0.5, 2 years agoConfiguration and scripts for msunc-cli.
published version 1.1.8, 2 years ago是一个对vue模版字符串的标签自动插入自定义的tag或者移除操作脚本
published version 1.0.9, 4 months agoCustom cli script tool for inserting and removing tags in vue template tags
published version 1.0.1, 4 months ago