必须要打成全局包才可以使用该命令,打成全局包的命令 npm install . -g
或者 npm link
。
参考链接: https://www.cnblogs.com/fangsmile/p/14314230.html
# 安装依赖
pnpm install
# 查看脚手架当前版本
node ./index.js -v
# 初始化脚手架模板工程
node ./index.js init [project-name]
# 查看脚手架当前版本
dm-cli -v
# 初始化脚手架模板工程
dm-cli init [project-name]
- inquirer: https://github.com/SBoudrias/Inquirer.js/tree/master/packages/inquirer/examples
- handlebars: https://www.npmjs.com/package/handlebars
- download-git-repo: https://gitlab.com/flippidippi/download-git-repo
- shelljs: https://github.com/shelljs/shelljs
- fs-extra: https://www.npmjs.com/package/fs-extra