# 组件化命令行工具 在命令行使用统一的模版创建新的Module项目,创建过程中交互式的选择要安装的组件。 ## 使用方法 `pod lib create` + <你的App工程名,例如 `ShouYinTongAgent` > + `--template-url=http://gitlab.yeahka.com/App/iOS/YKComponents/YKProjectTemplate.git` ```shell pod lib create ShellProject --template-url=http://gitlab.yeahka.com/App/iOS/YKComponents/YKProjectTemplate.git ``` 交互式过程如图: ![命令行创建新的App项目](http://ww1.sinaimg.cn/large/6de36fdcgy1gnsw227nzdj21ba0jatd4.jpg) 新创建的App工程的目录结构如下面的图片: 以工程名字为 `ShellProject` 作为例子 ![移卡壳工程的目录结构,图1](http://ww1.sinaimg.cn/large/6de36fdcgy1gnsvnnzoe2j20l41587nr.jpg)