0.0.4 • Published 5 years ago

nuomi-client-cli v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

1. npm install nuomi-client-cli -g

2. nuomi create project-name --type

| name | optional | default |

| type | typescript,javascript | typescript |

commander :参数解析 --help其实就借助了他~ 解析用户输入的命令 inquirer :交互式命令行工具,有他就可以实现命令行的选择功能 download-git-repo :拉取GitHub上的文件 chalk :帮我们在控制台中画出各种各样的颜色ora:小图标 (loading、succeed、warn等) metalsmith :读取所有文件,实现模板渲染 consolidate :统一模板引擎