Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

nuomi-client-cli

nuomi3ISC0.0.4

nuomi-cli

nuomi-cli, cli, nuomi

readme

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 :统一模板引擎