初始化工程
1 | // bin/index.js 指定脚本解释器为node |
1 | // package.json |
1 | // 将npm 模块链接到对应的运⾏项⽬中去 |
定制命令行界面
1 | // bin/index.js |
欢迎界面
1 | // /lib/init.js |
1 | program |
克隆模板
1 | // /lib/download.js |
安装依赖
1 | // promisiy化spawn |
1 | // bin/index.js 指定脚本解释器为node |
1 | // package.json |
1 | // 将npm 模块链接到对应的运⾏项⽬中去 |
1 | // bin/index.js |
1 | // /lib/init.js |
1 | program |
1 | // /lib/download.js |
1 | // promisiy化spawn |